summaryrefslogtreecommitdiff
path: root/django/test/testcases.py
AgeCommit message (Expand)Author
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty
2007-08-12Fixed a Python 2.3 incompatibility.Malcolm Tredinnick
2007-07-21Minor fix to allow for count=0 in assertContains.Russell Keith-Magee
2007-07-20Fixed #4901 -- Modified assertContains to provide a default check of 'any ins...Russell Keith-Magee
2007-07-05Fixed minor typo in assertion message.Russell Keith-Magee
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-05-31Fixed #4426 -- Renamed duplicate doctest module _doctest, and documented the ...Russell Keith-Magee
2007-05-14Fixed some incorrect reporting of error messages in assertRedirects, and adde...Russell Keith-Magee
2007-05-13Removed a stray import that snuck into [5211].Malcolm Tredinnick
2007-05-12Fixed the test harness to work with Python 2.3 again (tested that it stillMalcolm Tredinnick
2007-05-10Added the actual assertFormError changes, accidentally omitted from [5181].Russell Keith-Magee
2007-05-10Added configurable arguments to assertRedirects and assertContains to allow f...Russell Keith-Magee
2007-05-08Added redirection for email services during test conditions.Russell Keith-Magee
2007-05-07Added assertFormError, assertTemplateUsed and assertTemplateNotUsed for use d...Russell Keith-Magee
2007-05-05Added a default test Client to TestCase, and added some assertions for some c...Russell Keith-Magee
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
2006-08-27Refs #2333 - Added test framework. This includes doctest and unittest finders...Russell Keith-Magee