summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_module_loading.py
AgeCommit message (Collapse)Author
2013-07-29Deprecated django.utils.importlibClaude Paroz
This was a shim for pre-Python 2.7 support.
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
Refs #20680.
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons