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
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
[prev]