summaryrefslogtreecommitdiff
path: root/tests/runtests.py
AgeCommit message (Expand)Author
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-01-27Fixed using --pair with python's that aren't the system default, when not in ...Alex Gaynor
2011-01-21Changed name given to test applications in Django own test suite running tool...Ramiro Morales
2010-12-21Fixed #10420 -- GeoDjango tests are run as part of Django tests when using sp...Justin Bronn
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-10-09Fixed #14427 -- Added --bisect and --pair flags to runtests.py, making it eas...Russell Keith-Magee
2010-08-20Fixed #12574 -- Removed an unnecessary exception catch from the system runtes...Russell Keith-Magee
2010-08-14Fixed #13796 -- Ensure that builtin tags and filters are included in admin do...Russell Keith-Magee
2010-08-07Rationalized the verbosity levels (including introducing a new super-verbose ...Russell Keith-Magee
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-04-14Fixed #13345: Don't attempt to load the locale regressiontests subdirectory a...Karen Tracey
2010-01-18Fixed #12624 -- Modified test runners to be class based.Russell Keith-Magee
2010-01-03Fixed #11615 -- Changed test runners to use an exit status code of 1 for any ...Gary Wilson Jr
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-13Fixed #11613: Added a failfast option for test running. Thanks jukvalim and ...Karen Tracey
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant
2009-03-23Fixed #9282: added a generic comment moderation toolkit. See the documentatio...Jacob Kaplan-Moss
2009-02-28Fixed #10165 -- Use settings.TEST_RUNNER in runtests.pyMalcolm Tredinnick
2008-10-02Promoted --verbosity to be a top level option for all management commands. Al...Russell Keith-Magee
2008-08-30Removed the need for ROOT_URLCONF in settings when running Django's core testsMalcolm Tredinnick
2008-06-06Fixed #6168 -- Updated the Django system test runner to make it possible to r...Russell Keith-Magee
2007-12-17Fixed #6200 -- Made the core tests independent of the value of LOGIN_URL, sin...Malcolm Tredinnick
2007-12-01Fixed #5979 -- Always use SITE_ID=1 when running Django's core tests. ThisMalcolm Tredinnick
2007-10-21Modified the test harness to respect the LANGUAGE_CODE setting. Also changedMalcolm Tredinnick
2007-09-14Fixed #5453 -- Fixed TEST_DATABASE_NAME handling to match documentation. Than...Malcolm Tredinnick
2007-09-14Fixed a bunch of Python 2.3 issues. Two tests still fail, but this fixes the ...Malcolm Tredinnick
2007-08-17Made output for invalid model tests more consistent (removed colored output).Malcolm Tredinnick
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty
2007-08-15If SITE_ID isn't in the test settings, fake it. We need the sites framework, ...Malcolm Tredinnick
2007-08-15Reverted [5887], at least for now. Both flatpages and redirects depend on theMalcolm Tredinnick
2007-08-14Removed django.contrib.sites from ALWAYS_INSTALLED_APPS in runtests.py. It wa...Adrian Holovaty
2007-07-28Fixed #4460 -- Added the ability to be more specific in the test cases that a...Russell Keith-Magee
2007-07-23Fixed #3771 -- Modified the test runner to observe the --noinput argument con...Russell Keith-Magee
2007-05-20Modified the django system test script to search for tests in the contrib apps.Russell Keith-Magee
2007-02-26Fixed #2490: Added a polite note to runtests.py about setting DJANGO_SETTINGS...Jacob Kaplan-Moss
2007-02-26Fixed #3253 -- Exposed the number of failed tests as a return code in manage....Russell Keith-Magee
2007-02-10Improved runtests.py to normalize MIDDLEWARE_CLASSES during test execution. S...Adrian Holovaty
2006-12-15Changed runtests.py to set USE_I18N=True during test running, because the tem...Adrian Holovaty
2006-09-02Refs #2333 - Added model test for the test Client. Russell Keith-Magee
2006-09-01Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override ...Russell Keith-Magee
2006-08-27Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee
2006-07-11Changed runtests.py to set USE_I18N=True for testingAdrian Holovaty
2006-06-23Fixed #1662 -- Added resolver for string-form model references for models tha...Russell Keith-Magee
2006-06-20Fixed runtests.py problem from [3177] where it assumed you were running the t...Adrian Holovaty
2006-06-20Fixed #2161 -- handle trailing newlines in initial SQL data. IncludesMalcolm Tredinnick
2006-06-20Added regressions tests to ensure that one-to-one and many-to-many fieldsMalcolm Tredinnick
2006-06-16Test harness actually now installs contrib apps so they can be used in tests.Jacob Kaplan-Moss
2006-05-26Django's tests now include models from django.contrib; this will allow testin...Jacob Kaplan-Moss