summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_termcolors.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-88/+112
* Completed test coverage for colorize().David Smith2020-07-291-0/+24
* Corrected opts argument of colorize in TermColorTests.test_colorize_empty_tex...Rasmus Wriedt Larsen2020-05-041-2/+2
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-8/+8
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-72/+116
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+4
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-60/+41
* Fix all violators of E231Alex Gaynor2013-10-261-30/+30
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+157