summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-08-07 06:28:00 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-08-07 06:28:00 -0400
commit2f966f127499acc90fafc4dd361aef280e55862c (patch)
treef6388b53455098a25d54cee1a10e06fa53d040dc
parentb1c2eedd9c4637c4074d62251d532dc2cfe44a64 (diff)
downloadpython-coveragepy-git-2f966f127499acc90fafc4dd361aef280e55862c.tar.gz
Pytest should always summarize the failing tests at the end
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 1ca402b3..69c64e7e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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"