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 b8bdd8e commit 0d9c7b1Copy full SHA for 0d9c7b1
setup.cfg
@@ -1,8 +1,9 @@
1
[tool:pytest]
2
# --strict: warnings become errors.
3
-# -r fEsxXw: show extra test summary info for everything.
4
-addopts = --ignore lib/ --ignore build/ --ignore include/ --ignore local/ --ignore src/ --strict -r fEsxXw
+# -ra: show extra test summary info for everything.
+addopts = --strict -ra
5
DJANGO_SETTINGS_MODULE = pytest_django_test.settings_sqlite_file
6
+testpaths = tests
7
8
[wheel]
9
universal = 1
0 commit comments