summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_text.py
AgeCommit message (Expand)Author
2013-11-02Fixing E302 ErrorsJason Myers
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-14Fixed #21266 -- Fixed E201,E202 pep8 warnings.Larry O'Neill
2013-10-08Fixed #20568 -- truncatewords_html no longer splits words containing HTML ent...Jaap Roes
2013-09-27Fix #21185: Added tests for unescape_entities.Baptiste Mispelon
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons