diff options
Diffstat (limited to 'tests/test_summary.py')
-rw-r--r-- | tests/test_summary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_summary.py b/tests/test_summary.py index de92f454..c94c2ba1 100644 --- a/tests/test_summary.py +++ b/tests/test_summary.py @@ -670,7 +670,7 @@ class TestSummaryReporterConfiguration(CoverageTest): """Get text output from the SummaryReporter.""" cov = Coverage() cov.start() - cov.stop() + cov.stop() # pragma: nested cov.data = coverage_data printer = SummaryReporter(cov, options) destination = StringIO() |