summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_feedgenerator.py
AgeCommit message (Collapse)Author
2013-09-09Refactored code and tests that relied on django.utils.tzinfo.Aymeric Augustin
Refs #17262.
2013-07-01Fixed a few more imports of django.utils.unittest.Aymeric Augustin
One import per line please! Refs #20680.
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons