Browse Source

Re-add pytest.ini

This was removed on accident
Jaime van Kessel 2 years ago
parent
commit
178b615c15
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pytest.ini

+ 4 - 0
pytest.ini

@@ -0,0 +1,4 @@
+[pytest]
+testpaths = tests
+python_files = Test*.py
+python_classes = Test