We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b61ebd + 83fe016 commit 5b7fb4fCopy full SHA for 5b7fb4f
1 file changed
pytest.ini
@@ -0,0 +1,6 @@
1
+[pytest]
2
+testpaths = tests
3
+python_files = test_*.py
4
+python_classes = Test*
5
+python_functions = test_*
6
+addopts = -v --tb=short
0 commit comments