summaryrefslogtreecommitdiff
path: root/tests/utils_tests/html.py
AgeCommit message (Collapse)Author
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons
2013-04-01Relaxed time frame check in test_strip_tagsClaude Paroz
2013-04-01Imported unittest from django.utils in util_testsClaude Paroz
Without this, the 'new' assertion methods are not present with Python 2.6.
2013-04-01Added more tests for strip_tags utilityClaude Paroz
Refs #19237.
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner