diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-10-24 07:17:11 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-10-24 07:17:11 -0400 |
commit | 73ef0bb6a134c1acb1df30851db09a5825d0301a (patch) | |
tree | 4aa97d5ad6976c031d9948a3c05c62b9ddd6b75e /tests/test_process.py | |
parent | ac4baedace2a6bcd790a293da02f9cc59729c2a7 (diff) | |
download | python-coveragepy-git-73ef0bb6a134c1acb1df30851db09a5825d0301a.tar.gz |
Add the latest warning to the docs, and give them consistent punctuation
Diffstat (limited to 'tests/test_process.py')
-rw-r--r-- | tests/test_process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_process.py b/tests/test_process.py index 6ec2758d..720734a8 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -651,7 +651,7 @@ class ProcessTest(CoverageTest): out = self.run_command("python run_twice.py") self.assertEqual( out, - "Coverage.py warning: Module foo was previously imported, but not measured. " + "Coverage.py warning: Module foo was previously imported, but not measured " "(module-not-measured)\n" ) |