summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-09-25 05:21:18 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-09-25 05:21:18 -0400
commitabb9391529c4885b2170eb64804349bd01860613 (patch)
treebccb4aaf7b2483c0605eabb52a3faf17525fd4be /tests/test_cmdline.py
parent2133b288dcc7e4336e7956ab49fbd8eb9eb45e3c (diff)
downloadpython-coveragepy-git-abb9391529c4885b2170eb64804349bd01860613.tar.gz
Even more clarity for an error message
Diffstat (limited to 'tests/test_cmdline.py')
-rw-r--r--tests/test_cmdline.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index db89137b..39827ff5 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -473,6 +473,10 @@ class CmdLineTest(BaseCmdLineTest):
"Options affecting multiprocessing must only be specified in a configuration file.",
self.stderr()
)
+ self.assertIn(
+ "Remove --branch from the command line.",
+ self.stderr()
+ )
def test_run_debug(self):
self.cmd_executes("run --debug=opt1 foo.py", """\