summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_baseconv.py
AgeCommit message (Expand)Author
2018-09-28Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2016-12-01Refs #27546 -- Tested some __repr__() methods.Keda87
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-13Fixed #23812 -- Changed django.utils.six.moves.xrange imports to rangeMichael Hall
2013-11-02Fixing E302 ErrorsJason Myers
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-05-21Fixed test failures from 09f865276554f35060ff939722ec4cefd578edf6.Florian Apolloner
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons