Skip to content

Commit 6ce3083

Browse files
committed
Add more options to pytest.ini
1 parent 56af4fc commit 6ce3083

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pytest.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
[pytest]
2-
addopts = -s -vv
2+
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

Comments
 (0)