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.
1 parent 56af4fc commit 6ce3083Copy full SHA for 6ce3083
pytest.ini
@@ -1,2 +1,4 @@
1
[pytest]
2
-addopts = -s -vv
+python_files = tests.py test_*.py *_tests.py
3
+addopts = -s -vv -p no:warnings
4
+norecursedirs = venv htmlcov build dist .idea .git
0 commit comments