summaryrefslogtreecommitdiff
path: root/django/utils/unittest
AgeCommit message (Expand)Author
2013-07-01This doesn't need to be a package any more.Aymeric Augustin
2013-07-01Fixed #20680 -- Deprecated django.utils.unittest.Aymeric Augustin
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2012-12-24Fixed #19204 -- Replaced python2-style exception syntax.Florian Apolloner
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
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-18Fixed #14486 -- Modified the import order for the bundled unittest so that a ...Russell Keith-Magee
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee