Skip to content

Commit

Permalink
[test/functional] Better error message for fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Aug 4, 2019
1 parent 4eb2ce1 commit 7b3bb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def _split_lines(self, expected_messages, lines):
def _check_output_text(self, expected_messages, expected_lines, received_lines):
assert (
self._split_lines(expected_messages, expected_lines)[0] == received_lines
), self._test_file.base
), "Error with the following functional test: {}".format(self._test_file.base)


class LintModuleOutputUpdate(LintModuleTest):
Expand Down

0 comments on commit 7b3bb94

Please sign in to comment.