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 f9e7148 commit 5cc98c1Copy full SHA for 5cc98c1
setup.cfg
@@ -51,9 +51,9 @@ testing =
51
django-configurations>=2.0
52
53
[tool:pytest]
54
-# --strict: warnings become errors.
+# --strict-markers: error on using unregistered marker.
55
# -ra: show extra test summary info for everything.
56
-addopts = --strict -ra
+addopts = --strict-markers -ra
57
DJANGO_SETTINGS_MODULE = pytest_django_test.settings_sqlite_file
58
testpaths = tests
59
tests/conftest.py
@@ -136,7 +136,7 @@ def create_app_file(code, filename):
136
testdir.makeini(
137
"""
138
[pytest]
139
- addopts = --strict
+ addopts = --strict-markers
140
console_output_style=classic
141
142
)
0 commit comments