rmm commited on
Commit
bd65a2f
·
1 Parent(s): da57449

fix: avoid failures arising from a badly-named non-test script

Browse files
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