Skip to content

Commit d020820

Browse files
authored
make pytest summary more concise (#6708)
* make pytest summary more concise * fix comment
1 parent 96d1fec commit d020820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytest.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[pytest]
22
addopts =
3-
# show summary of all tests that did not pass
4-
-ra
3+
# show tests that (f)ailed, (E)rror, or (X)passed in the summary
4+
-rfEX
55
# Make tracebacks shorter
66
--tb=native
77
# enable all warnings

0 commit comments

Comments
 (0)