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