Remove failing test

This commit is contained in:
ZyX 2014-02-16 21:22:05 +04:00
parent 22b1c7437a
commit 58d5d6b078
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ class TestParser(TestCase):
(['-r', 'zsh_prompt'], 'too few arguments|the following arguments are required: ext'), (['-r', 'zsh_prompt'], 'too few arguments|the following arguments are required: ext'),
(['shell', '--last_exit_code', 'i'], 'invalid int value'), (['shell', '--last_exit_code', 'i'], 'invalid int value'),
(['shell', '--last_pipe_status', '1 i'], 'invalid <lambda> value'), (['shell', '--last_pipe_status', '1 i'], 'invalid <lambda> value'),
(['shell', '-R', 'abc'], 'invalid <lambda> value'),
]: ]:
self.assertRaises(SystemExit, parser.parse_args, raising_args) self.assertRaises(SystemExit, parser.parse_args, raising_args)
self.assertFalse(out.getvalue()) self.assertFalse(out.getvalue())