| Age | Commit message (Expand) | Author |
| 2007-06-23 | Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All | Malcolm Tredinnick |
| 2007-06-22 | Backed out the changes in [5482] for a bit whilst some more investigation into | Malcolm Tredinnick |
| 2007-06-17 | Fixed #4565 -- Changed template rendering to use iterators, rather than | Malcolm Tredinnick |
| 2007-06-11 | Fixed a bug in the way file uploads were constructed. The new behaviour | Malcolm Tredinnick |
| 2007-05-31 | Fixed #4426 -- Renamed duplicate doctest module _doctest, and documented the ... | Russell Keith-Magee |
| 2007-05-29 | Added new TEST_DATABASE_CHARSET and TEST_DATABASE_COLLATION settings to ensure | Malcolm Tredinnick |
| 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 | Fixed import error handling when application tests are stored in a tests dire... | 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-29 | Fixed #3253 -- Included test errors in the return code. | Russell Keith-Magee |
| 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 #3253 -- Exposed the number of failed tests as a return code in manage.... | Russell Keith-Magee |
| 2007-02-18 | Fixed #2916 -- Moved syncdb call out of simple test runner and into create_te... | Russell Keith-Magee |
| 2007-02-18 | Fixed #3210 -- Modified test Client.login() to use urlparse, allowing absolut... | Russell Keith-Magee |
| 2007-02-17 | Fixed #3160 -- Added the ability to control the content type in a test client... | Russell Keith-Magee |
| 2007-02-11 | Revert [4485] in order to fix accidental mod_python breakage. Refs #2920. | Malcolm Tredinnick |
| 2007-02-11 | Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to... | 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-10-30 | Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea... | Adrian Holovaty |
| 2006-09-28 | Changed BaseHandler.get_response() to take a single parameter (an HttpRequest... | Adrian Holovaty |
| 2006-09-25 | Fixed #2771 -- Tweaked Django's doctest module so that it also works with | Malcolm Tredinnick |
| 2006-09-09 | Fixes #2669 -- Added check on import of tests.py to differentiate between an ... | Russell Keith-Magee |
| 2006-09-05 | Fixes #2658 -- Modified SQLite cursor close() method for in-memory databases,... | Russell Keith-Magee |
| 2006-09-02 | Refs #2333 - Re-added the template rendering signal for testing purposes; how... | Russell Keith-Magee |
| 2006-09-01 | Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override ... | Russell Keith-Magee |
| 2006-08-31 | Refs #2333 - Added more documentation for testing framework, and clarified so... | Russell Keith-Magee |
| 2006-08-28 | Test database creation/deletion now correctly quotes database names when crea... | Jacob Kaplan-Moss |
| 2006-08-27 | Refs #2333 - Added test framework. This includes doctest and unittest finders... | Russell Keith-Magee |