index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
runtests.py
Age
Commit message (
Expand
)
Author
2008-10-02
Promoted --verbosity to be a top level option for all management commands. Al...
Russell Keith-Magee
2008-08-30
Removed the need for ROOT_URLCONF in settings when running Django's core tests
Malcolm Tredinnick
2008-06-06
Fixed #6168 -- Updated the Django system test runner to make it possible to r...
Russell Keith-Magee
2007-12-17
Fixed #6200 -- Made the core tests independent of the value of LOGIN_URL, sin...
Malcolm Tredinnick
2007-12-01
Fixed #5979 -- Always use SITE_ID=1 when running Django's core tests. This
Malcolm Tredinnick
2007-10-21
Modified the test harness to respect the LANGUAGE_CODE setting. Also changed
Malcolm Tredinnick
2007-09-14
Fixed #5453 -- Fixed TEST_DATABASE_NAME handling to match documentation. Than...
Malcolm Tredinnick
2007-09-14
Fixed a bunch of Python 2.3 issues. Two tests still fail, but this fixes the ...
Malcolm Tredinnick
2007-08-17
Made output for invalid model tests more consistent (removed colored output).
Malcolm Tredinnick
2007-08-16
Major refactoring of django.core.management -- it's now a package rather than...
Adrian Holovaty
2007-08-15
If SITE_ID isn't in the test settings, fake it. We need the sites framework, ...
Malcolm Tredinnick
2007-08-15
Reverted [5887], at least for now. Both flatpages and redirects depend on the
Malcolm Tredinnick
2007-08-14
Removed django.contrib.sites from ALWAYS_INSTALLED_APPS in runtests.py. It wa...
Adrian Holovaty
2007-07-28
Fixed #4460 -- Added the ability to be more specific in the test cases that a...
Russell Keith-Magee
2007-07-23
Fixed #3771 -- Modified the test runner to observe the --noinput argument con...
Russell Keith-Magee
2007-05-20
Modified the django system test script to search for tests in the contrib apps.
Russell Keith-Magee
2007-02-26
Fixed #2490: Added a polite note to runtests.py about setting DJANGO_SETTINGS...
Jacob Kaplan-Moss
2007-02-26
Fixed #3253 -- Exposed the number of failed tests as a return code in manage....
Russell Keith-Magee
2007-02-10
Improved runtests.py to normalize MIDDLEWARE_CLASSES during test execution. S...
Adrian Holovaty
2006-12-15
Changed runtests.py to set USE_I18N=True during test running, because the tem...
Adrian Holovaty
2006-09-02
Refs #2333 - Added model test for the test Client.
Russell Keith-Magee
2006-09-01
Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override ...
Russell Keith-Magee
2006-08-27
Refs #2333 - Modified runtests script to use new testing framework. Migrated ...
Russell Keith-Magee
2006-07-11
Changed runtests.py to set USE_I18N=True for testing
Adrian Holovaty
2006-06-23
Fixed #1662 -- Added resolver for string-form model references for models tha...
Russell Keith-Magee
2006-06-20
Fixed runtests.py problem from [3177] where it assumed you were running the t...
Adrian Holovaty
2006-06-20
Fixed #2161 -- handle trailing newlines in initial SQL data. Includes
Malcolm Tredinnick
2006-06-20
Added regressions tests to ensure that one-to-one and many-to-many fields
Malcolm Tredinnick
2006-06-16
Test harness actually now installs contrib apps so they can be used in tests.
Jacob Kaplan-Moss
2006-05-26
Django's tests now include models from django.contrib; this will allow testin...
Jacob Kaplan-Moss
2006-05-18
The tests now run correctly with the new psycopg2 backend. There's 4 failure...
Jacob Kaplan-Moss
2006-05-18
Fixed whitespace in tests/runtests.py
Jacob Kaplan-Moss
2006-05-16
Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django....
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-02-18
Added usage to unit-test OptionParser
Adrian Holovaty
2006-01-17
Improved doctests to normalize long integers in compared output
Adrian Holovaty
2006-01-01
Fixed #1145 -- Added unit tests for default template filters and fixed two bu...
Adrian Holovaty
2005-12-01
Fixed #964 -- Added helpful error message if there's a problem in running the...
Adrian Holovaty
2005-10-08
Fixed bug in tests/runtests.py -- some versions of MySQLdb require an argumen...
Adrian Holovaty
2005-09-19
Fixed #506 -- runtests.py now allows models to be tested individually. Thanks...
Adrian Holovaty
2005-08-10
Doctest now uses the ELLIPSIS option, which allows the one_to_one test to pas...
Jacob Kaplan-Moss
2005-08-10
Added a custom doctest OutputChecker that ignores differences between ints an...
Jacob Kaplan-Moss
2005-08-10
Fixed #297 -- Added a '--settings' option to runtests.py
Adrian Holovaty
2005-08-09
Improved unit-test framework so that it handles database errors more elegantly
Adrian Holovaty
2005-08-01
Added framework for writing non-model-based tests, and added tests for cache ...
Jacob Kaplan-Moss
2005-07-29
Added tests.builddocs, which builds HTML documentation by introspecting the m...
Adrian Holovaty
2005-07-29
Changed model test framework to use meta.get_app() instead of a manual import
Adrian Holovaty
2005-07-29
Added support for sqlite backend to test framework
Jacob Kaplan-Moss
2005-07-29
Added first stab at model and DB-API unit tests
Adrian Holovaty