From abb9391529c4885b2170eb64804349bd01860613 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 25 Sep 2018 05:21:18 -0400 Subject: Even more clarity for an error message --- tests/test_cmdline.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/test_cmdline.py') 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", """\ -- cgit v1.2.1