summaryrefslogtreecommitdiff
path: root/django/test
AgeCommit message (Expand)Author
2008-08-28Fixed #8636: Corrected the test client to use the string '80' in the request ...Russell Keith-Magee
2008-08-15Fixed #7416: Modified test client to preserve session when a user logs in. Th...Russell Keith-Magee
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2008-08-06Major refactoring of django.dispatch with an eye towards speed. The net resul...Jacob Kaplan-Moss
2008-07-21Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (orMalcolm Tredinnick
2008-07-20Fixed #7441 -- Removed some of the shortcuts in the doctest output comparator...Russell Keith-Magee
2008-07-19Revert [7991] - [7993]. I was committing from the wrong branch. Sorry 'boutMalcolm Tredinnick
2008-07-19First part of setting request.path correctly.Malcolm Tredinnick
2008-07-19Fixed #7441 - Improved the doctest OutputChecker to be more lenient with JSON...Russell Keith-Magee
2008-07-18Removed the mysql_old backend. It smells bad and has no friends.Malcolm Tredinnick
2008-07-17Fixed #7751 -- Added check to allow for the fact that autocommit can be a pro...Russell Keith-Magee
2008-07-07Fixed #7651: uploading multiple files with the same name now work. Also, in o...Jacob Kaplan-Moss
2008-07-02Got rid of a bit of repetition by using `dict.update()`.Gary Wilson Jr
2008-07-02Minor style fixes.Gary Wilson Jr
2008-07-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss
2008-06-30Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration o...Russell Keith-Magee
2008-06-07Fixed #5836 -- Corrected the logic in the Test Client when an exception raise...Russell Keith-Magee
2008-06-06Fixed #7165 -- Added an assertNotContains() method to the test client. Thanks...Russell Keith-Magee
2008-06-06Fixed #7143 -- Modified the test client to better match (most) real browser b...Russell Keith-Magee
2008-03-20Fixed #5982 -- Changed test client's URL processing to match core's (everythingMalcolm Tredinnick
2008-02-19Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).Malcolm Tredinnick
2008-02-03Fixed #6479 -- Use settings.SESSION_COOKIE_NAME instead of hard-coded "sessio...Malcolm Tredinnick
2008-02-03Fixed #6478 -- Allow tests to be interrupted with system exits and ^C. Thanks,Malcolm Tredinnick
2008-01-28Fixed typo in testcases module.Gary Wilson Jr
2008-01-18Fixed #6031 -- Added error handling for _pre_test in django.test.TestCase; ex...Russell Keith-Magee
2007-12-17Fixed #6134 -- Allow an on-disk SQLite database to be used for tests, if requ...Malcolm Tredinnick
2007-12-02Fixed #6024: Django's doctest no longer clashes with coverage.py. Thanks to N...Jacob Kaplan-Moss
2007-11-23Corrected a docstring in django.test.TestCase to match the actual behavior.Russell Keith-Magee
2007-11-11Fixed #5898 -- Changed a few response processing paths to make things harder ...Malcolm Tredinnick
2007-11-11When using assertRedirect(), allow the caller to specify relative URLs andMalcolm Tredinnick
2007-10-28Fixed #3457 -- Allow overridding of error messages for newforms Fields.Gary Wilson Jr
2007-10-21Modified the test harness to respect the LANGUAGE_CODE setting. Also changedMalcolm Tredinnick
2007-09-15Cleaned up a couple of mistakes (a handful of bugs in the test client) that I...Jacob Kaplan-Moss
2007-09-15Fixed #2066: session data can now be stored in the cache or on the filesystem...Jacob Kaplan-Moss
2007-09-14Fixed #5445: added some compatibility code for the lack of __iter__ in Jython...Jacob Kaplan-Moss
2007-09-14Fixed #5442 -- Added Jython workaround in django.test._doctest. Thanks, leo.s...Adrian Holovaty
2007-09-14Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP Locati...Malcolm Tredinnick
2007-09-04Cleaned up some imports.Gary Wilson Jr
2007-09-03Removed some duplication in the Django `TestCase` methods by introducing a `t...Gary Wilson Jr
2007-09-03Fixed #4988 -- In the test client, Added tracking of the client and request t...Russell Keith-Magee
2007-08-31Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks...Russell Keith-Magee
2007-08-28Fixed #4457 -- Corrected the handling of exceptions in the test client when t...Russell Keith-Magee
2007-08-20Changed backend create_test_db() and destroy_test_db() hooks NOT to take the ...Adrian Holovaty
2007-08-20Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106Adrian Holovaty
2007-08-17Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <...Russell Keith-Magee
2007-08-16Changed django.test.utils.create_test_db to return the name of the test datab...Adrian Holovaty
2007-08-16Added a return value to the test frameworks TestSMTPConnection.send_messages,...Russell Keith-Magee
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty
2007-08-12Fixed a Python 2.3 incompatibility.Malcolm Tredinnick
2007-07-28Fixed #4460 -- Added the ability to be more specific in the test cases that a...Russell Keith-Magee