diff options
Diffstat (limited to 'test/test_coverage.py')
-rw-r--r-- | test/test_coverage.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_coverage.py b/test/test_coverage.py index 16c0e069..7d6df250 100644 --- a/test/test_coverage.py +++ b/test/test_coverage.py @@ -1737,7 +1737,8 @@ class ProcessTest(CoverageTest): self.assert_matches(out, "No source for code: '.*fleeting.py'") self.assert_("Traceback" not in out) - # It happens that the code paths are different for *.py and other files. + # It happens that the code paths are different for *.py and other + # files, so try again with no extension. self.make_file("fleeting", """\ s = 'goodbye, cruel world!' """) |