diff options
Diffstat (limited to 'tests/test_cmdline.py')
-rw-r--r-- | tests/test_cmdline.py | 4 |
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", """\ |