Unittest - Adjust failing tests due to split of streams

This commit is contained in:
Renato Alves 2014-10-20 18:51:18 +01:00
parent efdb31fb90
commit d09fcf398e
3 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@ class TestCMD(TestCase):
def test_default_command(self):
"""default command"""
code, out, err = self.t(())
self.assertIn("task list]", out)
self.assertIn("task list]", err)
def test_info_command(self):
"""info command"""