diff options
Diffstat (limited to 'test/test_process.py')
-rw-r--r-- | test/test_process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_process.py b/test/test_process.py index a4e1a09d..c32868be 100644 --- a/test/test_process.py +++ b/test/test_process.py @@ -277,7 +277,7 @@ class ProcessTest(CoverageTest): self.assertTrue("Hello\n" in out) self.assertTrue(textwrap.dedent("""\ - Coverage.py warning: Module sys has no python source. + Coverage.py warning: Module sys has no Python source. Coverage.py warning: Module xyzzy was never imported. Coverage.py warning: Module quux was never imported. Coverage.py warning: No data was collected. |