summaryrefslogtreecommitdiff
path: root/tests/test_summary.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_summary.py')
-rw-r--r--tests/test_summary.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_summary.py b/tests/test_summary.py
index 4bce80f6..d603062b 100644
--- a/tests/test_summary.py
+++ b/tests/test_summary.py
@@ -450,6 +450,7 @@ class SummaryTest(UsingModulesMixin, CoverageTest):
cov.load()
with pytest.raises(NoDataError, match="No data to report."):
self.get_report(cov, skip_covered=True)
+ self.assert_doesnt_exist(".coverage")
def test_report_skip_empty(self):
self.make_file("main.py", """