summaryrefslogtreecommitdiff
path: root/tests/runtests.py
Commit message (Expand)AuthorAgeFilesLines
* Changed runtests.py to set USE_I18N=True for testingAdrian Holovaty2006-07-111-1/+2
* Fixed #1662 -- Added resolver for string-form model references for models tha...Russell Keith-Magee2006-06-231-3/+3
* Fixed runtests.py problem from [3177] where it assumed you were running the t...Adrian Holovaty2006-06-201-6/+6
* Fixed #2161 -- handle trailing newlines in initial SQL data. IncludesMalcolm Tredinnick2006-06-201-2/+7
* Added regressions tests to ensure that one-to-one and many-to-many fieldsMalcolm Tredinnick2006-06-201-9/+17
* Test harness actually now installs contrib apps so they can be used in tests.Jacob Kaplan-Moss2006-06-161-4/+10
* Django's tests now include models from django.contrib; this will allow testin...Jacob Kaplan-Moss2006-05-261-1/+12
* The tests now run correctly with the new psycopg2 backend. There's 4 failure...Jacob Kaplan-Moss2006-05-181-13/+15
* Fixed whitespace in tests/runtests.pyJacob Kaplan-Moss2006-05-181-3/+3
* Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django....Adrian Holovaty2006-05-161-0/+4
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-34/+70
* Added usage to unit-test OptionParserAdrian Holovaty2006-02-181-1/+1
* Improved doctests to normalize long integers in compared outputAdrian Holovaty2006-01-171-6/+10
* Fixed #1145 -- Added unit tests for default template filters and fixed two bu...Adrian Holovaty2006-01-011-1/+1
* Fixed #964 -- Added helpful error message if there's a problem in running the...Adrian Holovaty2005-12-011-2/+3
* Fixed bug in tests/runtests.py -- some versions of MySQLdb require an argumen...Adrian Holovaty2005-10-081-2/+2
* Fixed #506 -- runtests.py now allows models to be tested individually. Thanks...Adrian Holovaty2005-09-191-28/+42
* Doctest now uses the ELLIPSIS option, which allows the one_to_one test to pas...Jacob Kaplan-Moss2005-08-101-0/+1
* Added a custom doctest OutputChecker that ignores differences between ints an...Jacob Kaplan-Moss2005-08-101-0/+11
* Fixed #297 -- Added a '--settings' option to runtests.pyAdrian Holovaty2005-08-101-0/+6
* Improved unit-test framework so that it handles database errors more elegantlyAdrian Holovaty2005-08-091-3/+8
* Added framework for writing non-model-based tests, and added tests for cache ...Jacob Kaplan-Moss2005-08-011-2/+29
* Added tests.builddocs, which builds HTML documentation by introspecting the m...Adrian Holovaty2005-07-291-11/+16
* Changed model test framework to use meta.get_app() instead of a manual importAdrian Holovaty2005-07-291-2/+2
* Added support for sqlite backend to test frameworkJacob Kaplan-Moss2005-07-291-31/+38
* Added first stab at model and DB-API unit testsAdrian Holovaty2005-07-291-0/+140