summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/goldtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/goldtest.py b/tests/goldtest.py
index 27a082ee..baaa8f01 100644
--- a/tests/goldtest.py
+++ b/tests/goldtest.py
@@ -38,5 +38,5 @@ class CoverageGoldTest(CoverageTest):
# beginning of the test.
clean(the_dir)
- if not os.environ.get("COVERAGE_KEEP_OUTPUT"): # pragma: partial
+ if not os.environ.get("COVERAGE_KEEP_OUTPUT"): # pragma: part covered
self.addCleanup(clean, the_dir)