summaryrefslogtreecommitdiff
path: root/tests/test_xml.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_xml.py')
-rw-r--r--tests/test_xml.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_xml.py b/tests/test_xml.py
index 1e94dfa2..fda11087 100644
--- a/tests/test_xml.py
+++ b/tests/test_xml.py
@@ -139,6 +139,7 @@ class XmlReportTest(XmlTestHelpers, CoverageTest):
with pytest.raises(NoDataError, match="No data to report."):
self.run_xml_report()
self.assert_doesnt_exist("coverage.xml")
+ self.assert_doesnt_exist(".coverage")
def test_no_source(self):
# Written while investigating a bug, might as well keep it.