diff options
Diffstat (limited to 'test/test_summary.py')
-rw-r--r-- | test/test_summary.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_summary.py b/test/test_summary.py index b460c2d..e4d5e54 100644 --- a/test/test_summary.py +++ b/test/test_summary.py @@ -280,9 +280,7 @@ class ReportingReturnValue(CoverageTest): """) cov = coverage.coverage() - cov.start() - self.import_local_file("doit") - cov.stop() + self.start_import_stop(cov, "doit") return cov def test_report(self): |