diff --git a/pytest.ini b/pytest.ini index 1dde465d32f..a2f59ecec46 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,7 +1,7 @@ [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