summaryrefslogtreecommitdiff
path: root/tests/runtests.py
AgeCommit message (Expand)Author
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
2006-05-18The tests now run correctly with the new psycopg2 backend. There's 4 failure...Jacob Kaplan-Moss
2006-05-18Fixed whitespace in tests/runtests.pyJacob Kaplan-Moss
2006-05-16Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django....Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-02-18Added usage to unit-test OptionParserAdrian Holovaty
2006-01-17Improved doctests to normalize long integers in compared outputAdrian Holovaty
2006-01-01Fixed #1145 -- Added unit tests for default template filters and fixed two bu...Adrian Holovaty
2005-12-01Fixed #964 -- Added helpful error message if there's a problem in running the...Adrian Holovaty
2005-10-08Fixed bug in tests/runtests.py -- some versions of MySQLdb require an argumen...Adrian Holovaty
2005-09-19Fixed #506 -- runtests.py now allows models to be tested individually. Thanks...Adrian Holovaty
2005-08-10Doctest now uses the ELLIPSIS option, which allows the one_to_one test to pas...Jacob Kaplan-Moss
2005-08-10Added a custom doctest OutputChecker that ignores differences between ints an...Jacob Kaplan-Moss
2005-08-10Fixed #297 -- Added a '--settings' option to runtests.pyAdrian Holovaty
2005-08-09Improved unit-test framework so that it handles database errors more elegantlyAdrian Holovaty
2005-08-01Added framework for writing non-model-based tests, and added tests for cache ...Jacob Kaplan-Moss
2005-07-29Added tests.builddocs, which builds HTML documentation by introspecting the m...Adrian Holovaty
2005-07-29Changed model test framework to use meta.get_app() instead of a manual importAdrian Holovaty
2005-07-29Added support for sqlite backend to test frameworkJacob Kaplan-Moss
2005-07-29Added first stab at model and DB-API unit testsAdrian Holovaty