From 42afb74959d043efa3d30873703736d3552aebfa Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 13 Jun 2010 21:46:35 -0400 Subject: The 'source' option is a list of directories or packages to limit coverage's attention. --- test/test_testplugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_testplugin.py') diff --git a/test/test_testplugin.py b/test/test_testplugin.py index c5bcca0..b012ca6 100644 --- a/test/test_testplugin.py +++ b/test/test_testplugin.py @@ -14,7 +14,7 @@ class TestCoverage(PluginTester, unittest.TestCase): @py.test.mark.skipif(True) # "requires nose test runner" def test_output(self): - assert "Processing Coverage..." in self.output, ( + assert "Processing coverage..." in self.output, ( "got: %s" % self.output) def makeSuite(self): class TC(unittest.TestCase): -- cgit v1.2.1