diff options
-rw-r--r-- | tests/goldtest.py | 2 |
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) |