summaryrefslogtreecommitdiff
path: root/test/test_testplugin.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-06-13 21:46:35 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-06-13 21:46:35 -0400
commitcf7fa58279cf644c47864485260a7139d9608b2d (patch)
treeb568ddf59350961a2c4e137a4321ce12093d685e /test/test_testplugin.py
parentf198d9d2c0df551ce79d97eb448a62f8bdb0cf26 (diff)
downloadpython-coveragepy-git-cf7fa58279cf644c47864485260a7139d9608b2d.tar.gz
The 'source' option is a list of directories or packages to limit coverage's attention.
Diffstat (limited to 'test/test_testplugin.py')
-rw-r--r--test/test_testplugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_testplugin.py b/test/test_testplugin.py
index c5bcca01..b012ca6a 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):