Skip to content

Commit

Permalink
fixing cli_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
locolupo committed Jul 13, 2015
1 parent 38d532d commit d51a3ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/unittest/python/cli_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ def test_should_render_verbose_task_list_with_descriptions(self):
print_list_of_tasks(self.mock_reactor, quiet=False)

verify(pybuilder.cli).print_text_line('Tasks found for project "any-project-name":')
verify(pybuilder.cli).print_text_line(' task-1 - any description for task 1')
verify(pybuilder.cli).print_text_line(' task-2 - any description for task 2')
verify(pybuilder.cli).print_text_line(' task-1 - anydescriptionfortask1')
verify(pybuilder.cli).print_text_line(' task-2 - anydescriptionfortask2')


class StdOutLoggerTest(unittest.TestCase):
Expand Down

0 comments on commit d51a3ae

Please sign in to comment.