summaryrefslogtreecommitdiff
path: root/tests/coveragetest.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-11-03 19:29:00 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-11-03 19:29:00 -0400
commit89d529895a21c40d1e3f3913b02540f32ab9a0b9 (patch)
treedde3b370d68a0049afb1715613ca8982e0d7a4ee /tests/coveragetest.py
parente1331826649b26465f090ad9e3100ea0870aefc3 (diff)
downloadpython-coveragepy-git-89d529895a21c40d1e3f3913b02540f32ab9a0b9.tar.gz
Debug-time environment variables can be set with set_env.py
Diffstat (limited to 'tests/coveragetest.py')
-rw-r--r--tests/coveragetest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/coveragetest.py b/tests/coveragetest.py
index 08edd62f..d08c334e 100644
--- a/tests/coveragetest.py
+++ b/tests/coveragetest.py
@@ -84,6 +84,7 @@ class CoverageTest(
temp_dir_prefix = "coverage_test/"
# Keep the temp directories if the env says to.
+ # $set_env.py: COVERAGE_KEEP_TMP - Keep the temp directories made by tests.
keep_temp_dir = bool(int(os.getenv("COVERAGE_KEEP_TMP", 0)))
def setUp(self):