Django

Code

root/django/trunk/django/test/testcases.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8003 [8003] 07/20/08 00:46:41 russellm Fixed #7441 -- Removed some of the shortcuts in the doctest output …
(edit) @7981 [7981] 07/19/08 09:46:55 russellm Fixed #7441 - Improved the doctest OutputChecker? to be more lenient with …
(edit) @7805 [7805] 06/30/08 07:34:29 russellm Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the …
(edit) @7578 [7578] 06/06/08 08:50:02 russellm Fixed #7165 -- Added an assertNotContains() method to the test client. …
(edit) @7056 [7056] 02/02/08 19:24:22 mtredinnick Fixed #6478 -- Allow tests to be interrupted with system exits and C. …
(edit) @7032 [7032] 01/27/08 20:15:00 gwilson Fixed typo in testcases module.
(edit) @7023 [7023] 01/18/08 07:37:40 russellm Fixed #6031 -- Added error handling for _pre_test in django.test.TestCase?; …
(edit) @6710 [6710] 11/23/07 04:51:17 russellm Corrected a docstring in django.test.TestCase? to match the actual …
(edit) @6661 [6661] 11/10/07 21:54:21 mtredinnick When using assertRedirect(), allow the caller to specify relative URLs …
(edit) @6625 [6625] 10/28/07 00:40:26 gwilson Fixed #3457 -- Allow overridding of error messages for newforms Fields.
(edit) @6164 [6164] 09/14/07 00:28:00 mtredinnick Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP …
(edit) @6044 [6044] 09/03/07 19:50:06 gwilson Cleaned up some imports. Fixed long lines. Changed some docstrings to use …
(edit) @6041 [6041] 09/03/07 18:14:51 gwilson Removed some duplication in the Django TestCase methods by introducing a …
(edit) @6039 [6039] 09/03/07 06:21:40 russellm Fixed #4988 -- In the test client, Added tracking of the client and …
(edit) @6031 [6031] 08/31/07 06:37:28 russellm Fixed #4968 -- Added assertRedirects handling for paths with GET data. …
(edit) @5898 [5898] 08/16/07 01:06:55 adrian Major refactoring of django.core.management -- it's now a package rather …
(edit) @5858 [5858] 08/11/07 21:14:52 mtredinnick Fixed a Python 2.3 incompatibility.
(edit) @5739 [5739] 07/20/07 23:36:28 russellm Minor fix to allow for count=0 in assertContains.
(edit) @5731 [5731] 07/20/07 09:32:20 russellm Fixed #4901 -- Modified assertContains to provide a default check of 'any …
(edit) @5620 [5620] 07/05/07 07:54:42 russellm Fixed minor typo in assertion message.
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5391 [5391] 05/31/07 08:18:12 russellm Fixed #4426 -- Renamed duplicate doctest module _doctest, and documented …
(edit) @5228 [5228] 05/14/07 06:07:14 russellm Fixed some incorrect reporting of error messages in assertRedirects, and …
(edit) @5215 [5215] 05/13/07 03:19:11 mtredinnick Removed a stray import that snuck into [5211].
(edit) @5211 [5211] 05/12/07 11:53:27 mtredinnick Fixed the test harness to work with Python 2.3 again (tested that it …
(edit) @5182 [5182] 05/10/07 08:48:18 russellm Added the actual assertFormError changes, accidentally omitted from …
(edit) @5179 [5179] 05/10/07 06:27:59 russellm Added configurable arguments to assertRedirects and assertContains to …
(edit) @5173 [5173] 05/08/07 06:19:34 russellm Added redirection for email services during test conditions.
(edit) @5156 [5156] 05/07/07 07:34:18 russellm Added assertFormError, assertTemplateUsed and assertTemplateNotUsed for …
(edit) @5150 [5150] 05/04/07 22:03:33 russellm Added a default test Client to TestCase?, and added some assertions for …
(edit) @4659 [4659] 03/01/07 07:11:08 russellm Fixes #2333 -- Added test fixtures framework.
(edit) @4265 [4265] 12/30/06 00:25:49 adrian Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have …
(add) @3658 [3658] 08/27/06 07:24:59 russellm Refs #2333 - Added test framework. This includes doctest and unittest …
Note: See TracRevisionLog for help on using the revision log.