fixed assertion message

This commit is contained in:
Andreas Preikschat 2014-04-14 20:59:28 +02:00
parent 877fd135d3
commit 2c8d163b09

View File

@ -102,8 +102,8 @@ class TestRenderer(TestCase):
result = renderer._get_start_tags(given_raw_text) result = renderer._get_start_tags(given_raw_text)
# THEN: Check if the correct tuple is returned. # THEN: Check if the correct tuple is returned.
self.assertEqual(result, expected_tuple), 'A tuple should be returned ' self.assertEqual(result, expected_tuple), 'A tuple should be returned containing the text with correct ' \
'(fixed-text, opening tags, html opening tags).' 'tags, the opening tags, and the opening html tags.'
def _word_split_test(self): def _word_split_test(self):
""" """