| Age | Commit message (Expand) | Author |
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner |
| 2012-09-26 | Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail | Adrien Lemaire |
| 2012-08-14 | [py3] Compared response.content with bytes. | Aymeric Augustin |
| 2012-06-07 | Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. | Claude Paroz |
| 2012-05-03 | Replaced deprecated TestCase methods. Refs #17049. | Claude Paroz |
| 2012-04-30 | Ensured tests pass using custom PASSWORD_HASHERS. | Anssi Kääriäinen |
| 2012-04-14 | Converted more test assertions to assert[Not]Contains. | Claude Paroz |
| 2011-10-13 | Convert all modeltests to use absolute imports, rather than relative ones. | Alex Gaynor |
| 2011-08-12 | Fixed #4617 -- Added `raise_exception` option to `permission_required` decora... | Jannis Leidel |
| 2011-03-03 | Updated test assertions that have been deprecated by the move to unittest2. I... | Russell Keith-Magee |
| 2010-12-22 | Fixed #14939: Don't strip ;-parameters from URLs in the test client. | Andrew Godwin |
| 2010-12-04 | Removed all usages of deprecated TestCase methods (self.fail*). This removed... | Alex Gaynor |
| 2010-10-12 | Fixed #9002 -- Added a RequestFactory. This allows you to create request inst... | Russell Keith-Magee |
| 2010-10-10 | Fixed #12226 -- Deprecated test client Response.template attribute in favor o... | Carl Meyer |
| 2010-10-09 | Fixed #14378 -- Made the test client class customizable. Thanks to Ned Batche... | Russell Keith-Magee |
| 2010-08-27 | Fixed #14116 -- Added a flag to enable CSRF checks in the test client. Thanks... | Russell Keith-Magee |
| 2010-02-13 | Fixed #12011 -- Modified the test client to preserve the request scheme on a ... | Russell Keith-Magee |
| 2009-03-30 | Fixed #9978 -- Fixed a KeyError exception that was being raised when using th... | Gary Wilson Jr |
| 2009-02-27 | Fixed #4476 -- Added a ``follow`` option to the test client request methods. ... | Russell Keith-Magee |
| 2008-12-08 | Added a 'permanent' argument the simple.redirect_to() generic view. It's True... | Adrian Holovaty |
| 2008-08-12 | Fixed a couple typos in the modeltests' descriptions and made use of ReST inl... | Gary Wilson Jr |
| 2008-07-12 | Fixed #7583 -- Corrected the testing docs that referred to the defunct header... | Russell Keith-Magee |
| 2007-12-01 | Fixed #6068 -- Updated docstrings in model tests to make the documentation | Malcolm Tredinnick |
| 2007-11-11 | When using assertRedirect(), allow the caller to specify relative URLs and | Malcolm Tredinnick |
| 2007-11-07 | Fixed #4376 -- login_required now works with bound methods. Thanks, Steven B... | Luke Plant |
| 2007-09-14 | Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun,... | Adrian Holovaty |
| 2007-09-14 | Fixed a bunch of Python 2.3 issues. Two tests still fail, but this fixes the ... | Malcolm Tredinnick |
| 2007-09-14 | Fixed tests to match new HTTP redirect behaviour. We always redirect to absol... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP Locati... | Malcolm Tredinnick |
| 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-17 | Added docstring to logout test case. | Russell Keith-Magee |
| 2007-08-17 | Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <... | Russell Keith-Magee |
| 2007-07-21 | Fixed #4402 -- Modified test client to allow multi-valued inputs on GET reque... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4526 -- Modified the test Client login method to fail when a user is i... | Russell Keith-Magee |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-05-10 | Improved error reporting for assertions where there are no form errors, or a ... | 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 | Backwards incompatible change: Changed the way test.Client.login operates. Ol... | 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-23 | Renumbered all the doctest examples so that they are ordered correctly on the... | Jacob Kaplan-Moss |
| 2007-03-22 | Fixes #3212 -- Added code to test client to allow posting of multi-form value... | Russell Keith-Magee |
| 2007-03-01 | Fixes #2333 -- Added test fixtures framework. | Russell Keith-Magee |
| 2007-02-26 | Fixed a few Python2.3-related bugs in the tests (see #3396). A few more left,... | Jacob Kaplan-Moss |
| 2007-02-17 | Fixed #3160 -- Added the ability to control the content type in a test client... | Russell Keith-Magee |
| 2007-02-11 | Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown by... | Russell Keith-Magee |
| 2007-02-09 | Added a ``session`` attribute to the test Client, to make it easier to test i... | Russell Keith-Magee |
| 2006-09-02 | Refs #2333 - Added model test for the test Client. | Russell Keith-Magee |