summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-11-23 07:52:53 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-11-23 07:52:53 -0500
commit7df1277770b99b7484e5e2687489f52a89327095 (patch)
treedfb81f388d09346361fb140061cefcdc1dabe06d /tests/test_cmdline.py
parentab861cc4535777fed86e6cb36b3608b4fc8c079d (diff)
downloadpython-coveragepy-git-7df1277770b99b7484e5e2687489f52a89327095.tar.gz
Clean up the --skip-covered pull request.
Diffstat (limited to 'tests/test_cmdline.py')
-rw-r--r--tests/test_cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index b7ab81e6..e0d10867 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -347,7 +347,7 @@ class CmdLineTest(BaseCmdLineTest):
.load()
.report(morfs=["mod1", "mod2", "mod3"])
""")
- self.cmd_executes("report -s", """\
+ self.cmd_executes("report --skip-covered", """\
.coverage()
.load()
.report(skip_covered=True)