Django

Code

root/django/trunk/django/test


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8655 [8655] 08/28/08 06:52:50 russellm Fixed #8636: Corrected the test client to use the string '80' in the …
(edit) @8372 [8372] 08/15/08 07:08:29 russellm Fixed #7416: Modified test client to preserve session when a user logs in. …
(edit) @8296 [8296] 08/11/08 07:11:25 russellm Fixed #5461 -- Refactored the database backend code to use classes for the …
(edit) @8223 [8223] 08/06/08 10:32:46 jacob Major refactoring of django.dispatch with an eye towards speed. The net …
(edit) @8015 [8015] 07/21/08 02:57:10 mtredinnick Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO …
(edit) @8003 [8003] 07/20/08 00:46:41 russellm Fixed #7441 -- Removed some of the shortcuts in the doctest output …
(edit) @7995 [7995] 07/19/08 14:37:55 mtredinnick Revert [7991] - [7993]. I was committing from the wrong branch. Sorry …
(edit) @7991 [7991] 07/19/08 14:32:01 mtredinnick First part of setting request.path correctly. Still needs: - testing …
(edit) @7981 [7981] 07/19/08 09:46:55 russellm Fixed #7441 - Improved the doctest OutputChecker? to be more lenient with …
(edit) @7949 [7949] 07/18/08 12:38:53 mtredinnick Removed the mysql_old backend. It smells bad and has no friends.
(edit) @7940 [7940] 07/17/08 08:24:05 russellm Fixed #7751 -- Added check to allow for the fact that autocommit can be a …
(edit) @7858 [7858] 07/07/08 17:06:32 jacob Fixed #7651: uploading multiple files with the same name now work. Also, …
(edit) @7821 [7821] 07/01/08 23:48:58 gwilson Got rid of a bit of repetition by using dict.update().
(edit) @7820 [7820] 07/01/08 23:34:05 gwilson Minor style fixes.
(edit) @7814 [7814] 07/01/08 10:10:51 jacob Fixed #2070: refactored Django's file upload capabilities. A description …
(edit) @7805 [7805] 06/30/08 07:34:29 russellm Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the …
(edit) @7583 [7583] 06/07/08 01:25:59 russellm Fixed #5836 -- Corrected the logic in the Test Client when an exception …
(edit) @7578 [7578] 06/06/08 08:50:02 russellm Fixed #7165 -- Added an assertNotContains() method to the test client. …
(edit) @7577 [7577] 06/06/08 08:39:42 russellm Fixed #7143 -- Modified the test client to better match (most) real …
(edit) @7330 [7330] 03/20/08 01:50:54 mtredinnick Fixed #5982 -- Changed test client's URL processing to match core's …
(edit) @7131 [7131] 02/18/08 18:08:08 mtredinnick Fixed #6481 -- Fixed a bunch of import problems (and some whitespace …
(edit) @7058 [7058] 02/02/08 19:37:29 mtredinnick Fixed #6479 -- Use settings.SESSION_COOKIE_NAME instead of hard-coded …
(edit) @7056 [7056] 02/02/08 19:24:22 mtredinnick Fixed #6478 -- Allow tests to be interrupted with system exits and C. …
(edit) @7032 [7032] 01/27/08 20:15:00 gwilson Fixed typo in testcases module.
(edit) @7023 [7023] 01/18/08 07:37:40 russellm Fixed #6031 -- Added error handling for _pre_test in django.test.TestCase?; …
(edit) @6930 [6930] 12/17/07 02:50:50 mtredinnick Fixed #6134 -- Allow an on-disk SQLite database to be used for tests, if …
(edit) @6851 [6851] 12/02/07 15:03:53 jacob Fixed #6024: Django's doctest no longer clashes with coverage.py. Thanks …
(edit) @6710 [6710] 11/23/07 04:51:17 russellm Corrected a docstring in django.test.TestCase? to match the actual …
(edit) @6662 [6662] 11/10/07 21:55:44 mtredinnick Fixed #5898 -- Changed a few response processing paths to make things …
(edit) @6661 [6661] 11/10/07 21:54:21 mtredinnick When using assertRedirect(), allow the caller to specify relative URLs …
(edit) @6625 [6625] 10/28/07 00:40:26 gwilson Fixed #3457 -- Allow overridding of error messages for newforms Fields.
(edit) @6583 [6583] 10/21/07 12:26:32 mtredinnick Modified the test harness to respect the LANGUAGE_CODE setting. Also …
(edit) @6338 [6338] 09/15/07 16:44:05 jacob Cleaned up a couple of mistakes (a handful of bugs in the test client) …
(edit) @6333 [6333] 09/15/07 16:29:14 jacob Fixed #2066: session data can now be stored in the cache or on the …
(edit) @6211 [6211] 09/14/07 14:55:24 jacob Fixed #5445: added some compatibility code for the lack of iter in …
(edit) @6194 [6194] 09/14/07 12:17:37 adrian Fixed #5442 -- Added Jython workaround in django.test._doctest. Thanks, …
(edit) @6164 [6164] 09/14/07 00:28:00 mtredinnick Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP …
(edit) @6044 [6044] 09/03/07 19:50:06 gwilson Cleaned up some imports. Fixed long lines. Changed some docstrings to use …
(edit) @6041 [6041] 09/03/07 18:14:51 gwilson Removed some duplication in the Django TestCase methods by introducing a …
(edit) @6039 [6039] 09/03/07 06:21:40 russellm Fixed #4988 -- In the test client, Added tracking of the client and …
(edit) @6031 [6031] 08/31/07 06:37:28 russellm Fixed #4968 -- Added assertRedirects handling for paths with GET data. …
(edit) @6023 [6023] 08/28/07 08:03:22 russellm Fixed #4457 -- Corrected the handling of exceptions in the test client …
(edit) @5981 [5981] 08/19/07 22:16:55 adrian Changed backend create_test_db() and destroy_test_db() hooks NOT to take …
(edit) @5967 [5967] 08/19/07 20:03:33 adrian Refactored quote_name() to DatabaseOperations?.quote_name(). Refs #5106
(edit) @5916 [5916] 08/17/07 09:20:25 russellm Fixed #5189 -- Added logout method to test Client. Thanks, Jakub …
(edit) @5910 [5910] 08/16/07 17:46:00 adrian Changed django.test.utils.create_test_db to return the name of the test …
(edit) @5899 [5899] 08/16/07 05:54:28 russellm Added a return value to the test frameworks …
(edit) @5898 [5898] 08/16/07 01:06:55 adrian Major refactoring of django.core.management -- it's now a package rather …
(edit) @5858 [5858] 08/11/07 21:14:52 mtredinnick Fixed a Python 2.3 incompatibility.
(edit) @5769 [5769] 07/27/07 23:02:52 russellm Fixed #4460 -- Added the ability to be more specific in the test cases …
(edit) @5766 [5766] 07/26/07 17:59:34 mtredinnick Added support for database cache table in test database.
(edit) @5752 [5752] 07/23/07 07:14:32 russellm Fixed #3771 -- Modified the test runner to observe the --noinput argument …
(edit) @5741 [5741] 07/21/07 00:17:20 russellm Fixed #4402 -- Modified test client to allow multi-valued inputs on GET …
(edit) @5739 [5739] 07/20/07 23:36:28 russellm Minor fix to allow for count=0 in assertContains.
(edit) @5732 [5732] 07/20/07 09:42:57 russellm Fixed #4738 -- Modified the prompt that is displayed when a test database …
(edit) @5731 [5731] 07/20/07 09:32:20 russellm Fixed #4901 -- Modified assertContains to provide a default check of 'any …
(edit) @5729 [5729] 07/20/07 08:57:49 russellm Fixed #3782 -- Added support for the suite() method recommended by the …
(edit) @5699 [5699] 07/14/07 12:04:30 adrian Negligible capitalization fix in test/client.py docstring
(edit) @5677 [5677] 07/12/07 10:26:37 russellm Fixed #4526 -- Modified the test Client login method to fail when a user …
(edit) @5620 [5620] 07/05/07 07:54:42 russellm Fixed minor typo in assertion message.
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5519 [5519] 06/23/07 09:16:00 mtredinnick Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. …
(edit) @5511 [5511] 06/22/07 02:15:04 mtredinnick Backed out the changes in [5482] for a bit whilst some more investigation …
(edit) @5482 [5482] 06/17/07 02:11:37 mtredinnick Fixed #4565 -- Changed template rendering to use iterators, rather …
(edit) @5465 [5465] 06/11/07 15:03:07 mtredinnick Fixed a bug in the way file uploads were constructed. The new …
(edit) @5391 [5391] 05/31/07 08:18:12 russellm Fixed #4426 -- Renamed duplicate doctest module _doctest, and documented …
(edit) @5380 [5380] 05/29/07 07:42:08 mtredinnick Added new TEST_DATABASE_CHARSET and TEST_DATABASE_COLLATION settings to …
(edit) @5228 [5228] 05/14/07 06:07:14 russellm Fixed some incorrect reporting of error messages in assertRedirects, and …
(edit) @5215 [5215] 05/13/07 03:19:11 mtredinnick Removed a stray import that snuck into [5211].
(edit) @5211 [5211] 05/12/07 11:53:27 mtredinnick Fixed the test harness to work with Python 2.3 again (tested that it …
(edit) @5182 [5182] 05/10/07 08:48:18 russellm Added the actual assertFormError changes, accidentally omitted from …
(edit) @5180 [5180] 05/10/07 07:07:34 russellm Fixed import error handling when application tests are stored in a tests …
(edit) @5179 [5179] 05/10/07 06:27:59 russellm Added configurable arguments to assertRedirects and assertContains to …
(edit) @5173 [5173] 05/08/07 06:19:34 russellm Added redirection for email services during test conditions.
(edit) @5156 [5156] 05/07/07 07:34:18 russellm Added assertFormError, assertTemplateUsed and assertTemplateNotUsed for …
(edit) @5152 [5152] 05/05/07 10:16:15 russellm Backwards incompatible change: Changed the way test.Client.login operates. …
(edit) @5150 [5150] 05/04/07 22:03:33 russellm Added a default test Client to TestCase?, and added some assertions for …
(edit) @4850 [4850] 03/29/07 06:59:31 russellm Fixed #3253 -- Included test errors in the return code.
(edit) @4774 [4774] 03/22/07 05:23:52 russellm Fixes #3212 -- Added code to test client to allow posting of multi-form …
(edit) @4659 [4659] 03/01/07 07:11:08 russellm Fixes #2333 -- Added test fixtures framework.
(edit) @4608 [4608] 02/26/07 06:52:01 russellm Fixed #3253 -- Exposed the number of failed tests as a return code in …
(edit) @4541 [4541] 02/18/07 02:07:18 russellm Fixed #2916 -- Moved syncdb call out of simple test runner and into …
(edit) @4540 [4540] 02/18/07 02:02:00 russellm Fixed #3210 -- Modified test Client.login() to use urlparse, allowing …
(edit) @4529 [4529] 02/16/07 18:23:09 russellm Fixed #3160 -- Added the ability to control the content type in a test …
(edit) @4486 [4486] 02/11/07 17:50:35 mtredinnick Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.
(edit) @4485 [4485] 02/11/07 00:20:52 russellm Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls …
(edit) @4482 [4482] 02/10/07 18:23:31 russellm Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown …
(edit) @4464 [4464] 02/09/07 07:47:36 russellm Added a session attribute to the test Client, to make it easier to …
(edit) @4265 [4265] 12/30/06 00:25:49 adrian Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have …
(edit) @4108 [4108] 11/26/06 17:59:07 adrian Fixed #3028 -- Added 'svn:ignore' for *.pyc files for some packages that …
(edit) @3951 [3951] 10/30/06 14:50:27 adrian Fixed #2968 -- Changed arguments to import to use empty dictionary …
(edit) @3875 [3875] 09/27/06 20:56:02 adrian Changed BaseHandler?.get_response() to take a single parameter (an …
(edit) @3819 [3819] 09/24/06 21:33:28 mtredinnick Fixed #2771 -- Tweaked Django's doctest module so that it also works …
(edit) @3740 [3740] 09/09/06 09:58:46 russellm Fixes #2669 -- Added check on import of tests.py to differentiate between …
(edit) @3723 [3723] 09/05/06 08:32:08 russellm Fixes #2658 -- Modified SQLite cursor close() method for in-memory …
(edit) @3707 [3707] 09/02/06 04:26:24 russellm Refs #2333 - Re-added the template rendering signal for testing purposes; …
(edit) @3706 [3706] 09/01/06 08:33:26 russellm Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to …
(edit) @3689 [3689] 08/31/06 09:29:47 russellm Refs #2333 - Added more documentation for testing framework, and clarified …
(edit) @3673 [3673] 08/28/06 13:59:54 jacob Test database creation/deletion now correctly quotes database names when …
(add) @3658 [3658] 08/27/06 07:24:59 russellm Refs #2333 - Added test framework. This includes doctest and unittest …
Note: See TracRevisionLog for help on using the revision log.