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