summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_baseconv.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-26/+31
* Fixed #32712 -- Deprecated django.utils.baseconv module.Hasan Ramezani2021-05-071-3/+8
* Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev2018-09-281-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+0
* Refs #27546 -- Tested some __repr__() methods.Keda872016-12-011-0/+4
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-1/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+3
* Fixed #23812 -- Changed django.utils.six.moves.xrange imports to rangeMichael Hall2014-12-131-2/+2
* Fixing E302 ErrorsJason Myers2013-11-021-0/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2
* Fixed test failures from 09f865276554f35060ff939722ec4cefd578edf6.Florian Apolloner2013-05-211-1/+1
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-1/+1
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+42