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 96d1fec commit d020820Copy full SHA for d020820
pytest.ini
@@ -1,7 +1,7 @@
1
[pytest]
2
addopts =
3
- # show summary of all tests that did not pass
4
- -ra
+ # show tests that (f)ailed, (E)rror, or (X)passed in the summary
+ -rfEX
5
# Make tracebacks shorter
6
--tb=native
7
# enable all warnings
0 commit comments