summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_termcolors.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-07-29Completed test coverage for colorize().David Smith
2020-05-04Corrected opts argument of colorize in TermColorTests.test_colorize_empty_tex...Rasmus Wriedt Larsen
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-10-26Fix all violators of E231Alex Gaynor
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons