Spaces:
Running
Running
rmm
commited on
Commit
·
bd65a2f
1
Parent(s):
da57449
fix: avoid failures arising from a badly-named non-test script
Browse files- pytest.ini +2 -0
- snippets/{test_upload.py → try_upload.py} +0 -0
pytest.ini
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
[pytest]
|
2 |
pythonpath = "src"
|
|
|
|
|
3 |
|
|
|
1 |
[pytest]
|
2 |
pythonpath = "src"
|
3 |
+
testpaths =
|
4 |
+
tests
|
5 |
|
snippets/{test_upload.py → try_upload.py}
RENAMED
File without changes
|