summaryrefslogtreecommitdiff
path: root/django/utils/unittest/case.py
AgeCommit message (Expand)Author
2013-07-01Fixed #20680 -- Deprecated django.utils.unittest.Aymeric Augustin
2012-12-24Fixed #19204 -- Replaced python2-style exception syntax.Florian Apolloner
2012-01-27Fixed #15828 -- Removed explicit implementation of empty setUp / tearDown met...Aymeric Augustin
2011-03-26Fixed #15635 -- Converted two legacy old-style raise statements. Thanks, DaNm...Adrian Holovaty
2011-03-14Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...Adrian Holovaty
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee