Skip to content

Commit 356399f

Browse files
Apply Repo-Review rule PP307
pytest: Specifies strict markers
1 parent cb930f5 commit 356399f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dev = [
4949
]
5050

5151
[tool.pytest.ini_options]
52-
addopts = ["-v", "--strict-config", "--doctest-modules", "--ignore=benchmark", "--doctest-glob=README.md"]
52+
addopts = ["-v", "--strict-config", "--strict-markers", "--doctest-modules", "--ignore=benchmark", "--doctest-glob=README.md"]
5353
log_level = "INFO"
5454
testpaths = ["test"]
5555
xfail_strict = true

0 commit comments

Comments
 (0)