From 73ef0bb6a134c1acb1df30851db09a5825d0301a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 24 Oct 2017 07:17:11 -0400 Subject: Add the latest warning to the docs, and give them consistent punctuation --- tests/test_process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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" ) -- cgit v1.2.1