diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-08-07 06:28:00 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-08-07 06:28:00 -0400 |
commit | 2f966f127499acc90fafc4dd361aef280e55862c (patch) | |
tree | f6388b53455098a25d54cee1a10e06fa53d040dc | |
parent | b1c2eedd9c4637c4074d62251d532dc2cfe44a64 (diff) | |
download | python-coveragepy-git-2f966f127499acc90fafc4dd361aef280e55862c.tar.gz |
Pytest should always summarize the failing tests at the end
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tool:pytest] -addopts = -q -n3 --strict --no-flaky-report +addopts = -q -n3 --strict --no-flaky-report -rfe markers = expensive: too slow to run during "make smoke" |