summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-03-10 13:33:08 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-03-11 06:38:43 -0500
commit7d20a639fef3fc3d423037570cd9f1c4d23397d3 (patch)
tree8bb632b479d282074ea57a2b348edbf94cba6b50 /setup.cfg
parent090e488f6ac6bb65f3e4ae6885b3aa58ce9c867a (diff)
downloadpython-coveragepy-git-7d20a639fef3fc3d423037570cd9f1c4d23397d3.tar.gz
test: show more information for not-passed tests
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 10962a72..0b71f3a2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[tool:pytest]
-addopts = -q -n3 --strict --force-flaky --no-flaky-report -rfe --failed-first
+addopts = -q -n3 --strict --force-flaky --no-flaky-report -rfeX --failed-first
python_classes = *Test
markers =
expensive: too slow to run during "make smoke"