Django

Code

root/django/trunk/tests/runtests.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9110 [9110] 10/02/08 07:57:13 russellm Promoted --verbosity to be a top level option for all management commands. …
(edit) @8731 [8731] 08/30/08 00:09:03 mtredinnick Removed the need for ROOT_URLCONF in settings when running Django's core …
(edit) @7576 [7576] 06/06/08 07:55:38 russellm Fixed #6168 -- Updated the Django system test runner to make it possible …
(edit) @6934 [6934] 12/17/07 04:31:20 mtredinnick Fixed #6200 -- Made the core tests independent of the value of LOGIN_URL, …
(edit) @6814 [6814] 12/01/07 15:58:51 mtredinnick Fixed #5979 -- Always use SITE_ID=1 when running Django's core tests. …
(edit) @6583 [6583] 10/21/07 12:26:32 mtredinnick Modified the test harness to respect the LANGUAGE_CODE setting. Also …
(edit) @6186 [6186] 09/14/07 07:48:10 mtredinnick Fixed #5453 -- Fixed TEST_DATABASE_NAME handling to match documentation. …
(edit) @6183 [6183] 09/14/07 04:55:17 mtredinnick Fixed a bunch of Python 2.3 issues. Two tests still fail, but this fixes …
(edit) @5914 [5914] 08/17/07 07:29:08 mtredinnick Made output for invalid model tests more consistent (removed colored …
(edit) @5898 [5898] 08/16/07 01:06:55 adrian Major refactoring of django.core.management -- it's now a package rather …
(edit) @5893 [5893] 08/15/07 06:29:58 mtredinnick If SITE_ID isn't in the test settings, fake it. We need the sites …
(edit) @5892 [5892] 08/15/07 06:25:22 mtredinnick Reverted [5887], at least for now. Both flatpages and redirects depend on …
(edit) @5887 [5887] 08/14/07 17:30:42 adrian Removed django.contrib.sites from ALWAYS_INSTALLED_APPS in runtests.py. It …
(edit) @5876 [5876] 08/12/07 07:49:01 mtredinnick Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have …
(edit) @5769 [5769] 07/27/07 23:02:52 russellm Fixed #4460 -- Added the ability to be more specific in the test cases …
(edit) @5752 [5752] 07/23/07 07:14:32 russellm Fixed #3771 -- Modified the test runner to observe the --noinput argument …
(edit) @5296 [5296] 05/19/07 22:51:21 russellm Modified the django system test script to search for tests in the contrib …
(edit) @4628 [4628] 02/26/07 16:34:56 jacob Fixed #2490: Added a polite note to runtests.py about setting …
(edit) @4608 [4608] 02/26/07 06:52:01 russellm Fixed #3253 -- Exposed the number of failed tests as a return code in …
(edit) @4473 [4473] 02/09/07 22:01:19 adrian Improved runtests.py to normalize MIDDLEWARE_CLASSES during test …
(edit) @4206 [4206] 12/15/06 00:06:52 adrian Changed runtests.py to set USE_I18N=True during test running, because the …
(edit) @3708 [3708] 09/02/06 04:34:40 russellm Refs #2333 - Added model test for the test Client.
(edit) @3706 [3706] 09/01/06 08:33:26 russellm Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to …
(edit) @3661 [3661] 08/27/06 08:59:47 russellm Refs #2333 - Modified runtests script to use new testing framework. …
(edit) @3319 [3319] 07/10/06 22:09:14 adrian Changed runtests.py to set USE_I18N=True for testing
(edit) @3195 [3195] 06/22/06 23:37:00 russellm Fixed #1662 -- Added resolver for string-form model references for models …
(edit) @3181 [3181] 06/20/06 09:27:44 adrian Fixed runtests.py problem from [3177] where it assumed you were running …
(edit) @3177 [3177] 06/20/06 02:12:45 mtredinnick Fixed #2161 -- handle trailing newlines in initial SQL data. …
(edit) @3176 [3176] 06/20/06 00:29:19 mtredinnick Added regressions tests to ensure that one-to-one and many-to-many …
(edit) @3133 [3133] 06/16/06 13:58:45 jacob Test harness actually now installs contrib apps so they can be used in …
(edit) @2996 [2996] 05/26/06 16:28:12 jacob Django's tests now include models from django.contrib; this will allow …
(edit) @2940 [2940] 05/18/06 13:25:49 jacob The tests now run correctly with the new psycopg2 backend. There's 4 …
(edit) @2939 [2939] 05/18/06 13:03:27 jacob Fixed whitespace in tests/runtests.py
(edit) @2927 [2927] 05/16/06 16:28:06 adrian Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call …
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2336 [2336] 02/18/06 14:08:20 adrian Added usage to unit-test OptionParser?
(edit) @2034 [2034] 01/17/06 11:56:33 adrian Improved doctests to normalize long integers in compared output
(edit) @1811 [1811] 01/01/06 12:37:33 adrian Fixed #1145 -- Added unit tests for default template filters and fixed two …
(edit) @1520 [1520] 12/01/05 00:39:39 adrian Fixed #964 -- Added helpful error message if there's a problem in running …
(edit) @805 [805] 10/08/05 15:56:34 adrian Fixed bug in tests/runtests.py -- some versions of MySQLdb require an …
(edit) @646 [646] 09/18/05 20:18:04 adrian Fixed #506 -- runtests.py now allows models to be tested individually. …
(edit) @466 [466] 08/10/05 13:10:38 jacob Doctest now uses the ELLIPSIS option, which allows the one_to_one test to …
(edit) @465 [465] 08/10/05 13:00:52 jacob Added a custom doctest OutputChecker? that ignores differences between ints …
(edit) @463 [463] 08/10/05 10:36:16 adrian Fixed #297 -- Added a '--settings' option to runtests.py
(edit) @446 [446] 08/09/05 18:51:55 adrian Improved unit-test framework so that it handles database errors more …
(edit) @367 [367] 08/01/05 14:09:07 jacob Added framework for writing non-model-based tests, and added tests for …
(edit) @348 [348] 07/29/05 17:35:54 adrian Added tests.builddocs, which builds HTML documentation by introspecting …
(edit) @342 [342] 07/29/05 15:25:02 adrian Changed model test framework to use meta.get_app() instead of a manual …
(edit) @341 [341] 07/29/05 14:22:50 jacob Added support for sqlite backend to test framework
(add) @336 [336] 07/29/05 10:15:40 adrian Added first stab at model and DB-API unit tests
Note: See TracRevisionLog for help on using the revision log.