summaryrefslogtreecommitdiff
path: root/django/test/utils.py
AgeCommit message (Expand)Author
2007-06-23Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. AllMalcolm Tredinnick
2007-06-22Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick
2007-06-17Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick
2007-05-29Added new TEST_DATABASE_CHARSET and TEST_DATABASE_COLLATION settings to ensureMalcolm Tredinnick
2007-05-08Added redirection for email services during test conditions.Russell Keith-Magee
2007-02-18Fixed #2916 -- Moved syncdb call out of simple test runner and into create_te...Russell Keith-Magee
2006-09-05Fixes #2658 -- Modified SQLite cursor close() method for in-memory databases,...Russell Keith-Magee
2006-09-02Refs #2333 - Re-added the template rendering signal for testing purposes; how...Russell Keith-Magee
2006-09-01Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override ...Russell Keith-Magee
2006-08-31Refs #2333 - Added more documentation for testing framework, and clarified so...Russell Keith-Magee
2006-08-28Test database creation/deletion now correctly quotes database names when crea...Jacob Kaplan-Moss
2006-08-27Refs #2333 - Added test framework. This includes doctest and unittest finders...Russell Keith-Magee