summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index b5fd53d3..e0e64b45 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -37,6 +37,7 @@ addopts =
--cov-report=html:.tox/tmp/test-results/pytest/cov/
--cov-report=xml
# --cov-report xml:.test-results/pytest/cov.xml # alternatively move it here
+ --cov-context=test
doctest_optionflags = ALLOW_UNICODE ELLIPSIS