summaryrefslogtreecommitdiff
path: root/tests/test_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_api.py')
-rw-r--r--tests/test_api.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_api.py b/tests/test_api.py
index b2143548..6455d097 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -904,7 +904,8 @@ class TestRunnerPluginTest(CoverageTest):
cov.combine()
cov.save()
report = StringIO()
- cov.report(show_missing=None, ignore_errors=True, file=report, skip_covered=None)
+ cov.report(show_missing=None, ignore_errors=True, file=report, skip_covered=None,
+ skip_empty=None)
self.assertEqual(report.getvalue(), textwrap.dedent("""\
Name Stmts Miss Cover
-----------------------------