Unverified Commit d020820e authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

make pytest summary more concise (#6708)

* make pytest summary more concise

* fix comment
parent 96d1fecf
[pytest]
addopts =
# show summary of all tests that did not pass
-ra
# show tests that (f)ailed, (E)rror, or (X)passed in the summary
-rfEX
# Make tracebacks shorter
--tb=native
# enable all warnings
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment