index
:
django.git
fix-31295
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
2010-08-09
[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflicts
archive/soc2010/query-refactor
Alex Gaynor
2010-06-07
[soc2010/query-refactor] Merged up to trunk r13328.
Alex Gaynor
2010-02-13
Fixed #12825 -- Corrected a missing space in a test case error message. Thank...
Russell Keith-Magee
2010-01-22
Fixed #10314 -- Added a message prefix argument to Django's test assertions. ...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-04-22
Fixed #10831 -- Prevented code running under a to-be-rolled-back test from ca...
Karen Tracey
2009-04-07
Fixed #10183 -- Corrected the handling of unicode in assertContains and asser...
Russell Keith-Magee
2009-03-31
Fixed #10676 -- Make transaction nop routine used during testing accept any a...
Karen Tracey
2009-03-20
Python 2.3 fix: assertTrue *still* doesn't exist in Python 2.3
Malcolm Tredinnick
2009-02-27
Fixed #4476 -- Added a ``follow`` option to the test client request methods. ...
Russell Keith-Magee
2009-01-16
Fixed #8138 -- Changed django.test.TestCase to rollback tests (when the datab...
Karen Tracey
2009-01-15
Fixed #3566 -- Added support for aggregation to the ORM. See the documentatio...
Russell Keith-Magee
2008-07-20
Fixed #7441 -- Removed some of the shortcuts in the doctest output comparator...
Russell Keith-Magee
2008-07-19
Fixed #7441 - Improved the doctest OutputChecker to be more lenient with JSON...
Russell Keith-Magee
2008-06-30
Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration o...
Russell Keith-Magee
2008-06-06
Fixed #7165 -- Added an assertNotContains() method to the test client. Thanks...
Russell Keith-Magee
2008-02-03
Fixed #6478 -- Allow tests to be interrupted with system exits and ^C. Thanks,
Malcolm Tredinnick
2008-01-28
Fixed typo in testcases module.
Gary Wilson Jr
2008-01-18
Fixed #6031 -- Added error handling for _pre_test in django.test.TestCase; ex...
Russell Keith-Magee
2007-11-23
Corrected a docstring in django.test.TestCase to match the actual behavior.
Russell Keith-Magee
2007-11-11
When using assertRedirect(), allow the caller to specify relative URLs and
Malcolm Tredinnick
2007-10-28
Fixed #3457 -- Allow overridding of error messages for newforms Fields.
Gary Wilson Jr
2007-09-14
Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP Locati...
Malcolm Tredinnick
2007-09-04
Cleaned up some imports.
Gary Wilson Jr
2007-09-03
Removed some duplication in the Django `TestCase` methods by introducing a `t...
Gary Wilson Jr
2007-09-03
Fixed #4988 -- In the test client, Added tracking of the client and request t...
Russell Keith-Magee
2007-08-31
Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks...
Russell Keith-Magee
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