Part of lp.services.tests.test_helpers View In Hierarchy
Method | test_leaves_shorter_text_unchanged | When the text is shorter than the length, nothing is truncated. |
Method | test_single_very_long_word | When the first word is longer than the truncation then that word is |
Method | test_words_arent_split | When the truncation would leave only half of the last word, then |
Method | test_whitespace_is_preserved | The whitespace between words is preserved in the truncated text. |