Skip to content

Commit 0d9c7b1

Browse files
authored
tests: cleanup pytest config (#652)
1 parent b8bdd8e commit 0d9c7b1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[tool:pytest]
22
# --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
3+
# -ra: show extra test summary info for everything.
4+
addopts = --strict -ra
55
DJANGO_SETTINGS_MODULE = pytest_django_test.settings_sqlite_file
6+
testpaths = tests
67

78
[wheel]
89
universal = 1

0 commit comments

Comments
 (0)