diff options
Diffstat (limited to 'test/test_process.py')
-rw-r--r-- | test/test_process.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_process.py b/test/test_process.py index ce98a383..e8e8c8be 100644 --- a/test/test_process.py +++ b/test/test_process.py @@ -123,9 +123,9 @@ class ProcessTest(CoverageTest): # Reporting should still work even with the .rc file out = self.run_command("coverage report") self.assertMultiLineEqual(out, textwrap.dedent("""\ - Name Stmts Exec Cover + Name Stmts Miss Cover ---------------------------- - b_or_c 7 7 100% + b_or_c 7 0 100% """)) def test_missing_source_file(self): |