summaryrefslogtreecommitdiff
path: root/django/test
AgeCommit message (Expand)Author
2007-02-09Added a ``session`` attribute to the test Client, to make it easier to test i...Russell Keith-Magee
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-09-28Changed BaseHandler.get_response() to take a single parameter (an HttpRequest...Adrian Holovaty
2006-09-25Fixed #2771 -- Tweaked Django's doctest module so that it also works withMalcolm Tredinnick
2006-09-09Fixes #2669 -- Added check on import of tests.py to differentiate between an ...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