From 8d65b505d832ba4d6e4ad8a612c69377303a1772 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 12 May 2009 21:12:09 -0400 Subject: Give the singleton module interface a way to keep the old behavior of auto-loading and -saving data as needed. --- test/test_coverage.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') diff --git a/test/test_coverage.py b/test/test_coverage.py index 8a10dce4..2c0aed4a 100644 --- a/test/test_coverage.py +++ b/test/test_coverage.py @@ -1552,8 +1552,7 @@ if sys.hexversion >= 0x020500f0: class ModuleTest(CoverageTest): def testNotSingleton(self): - """ You *can* create another coverage object. - """ + # You *can* create another coverage object. coverage.coverage() coverage.coverage() -- cgit v1.2.1