Skip to content

Commit fa5f52e

Browse files
committedOct 4, 2024··
pytest.addopts +=('-rA')
For complete reporting on skipped or xfail'ed tests
1 parent 0d6e993 commit fa5f52e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ testpaths = "tests"
4444
console_output_style = "progress"
4545
addopts = [
4646
"--cov=dumbpw",
47-
"--strict-markers",
48-
"--strict-config",
4947
"--doctest-modules",
48+
"--strict-config",
49+
"--strict-markers",
50+
"-rA",
5051
]
5152
filterwarnings = ["error"]
5253
xfail_strict = true

0 commit comments

Comments
 (0)