We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63dc40f commit 3599fd8Copy full SHA for 3599fd8
pytest.ini
@@ -0,0 +1,8 @@
1
+[pytest]
2
+pythonpath = . .. src
3
+testpaths = tests
4
+addopts = -v --tb=short
5
+python_files = test_*.py
6
+python_classes = Test*
7
+python_functions = test_*
8
+
0 commit comments