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
/
regressiontests
/
test_runner
Age
Commit message (
Expand
)
Author
2012-03-14
Tweaked tests from r17702 to run only when using sqlite3 DB(s).
Ramiro Morales
2012-03-13
Fixed #16329 -- Fixed detection of transaction-handling capabilities when all...
Ramiro Morales
2012-01-20
Fixed #16885 -- Confirmed features of mirror databases when setting up test d...
Aymeric Augustin
2011-12-29
Made sure `manage.py help test` works.
Ramiro Morales
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-10-13
Fixed #15372 -- Switched to a startproject default layout that allows us to a...
Carl Meyer
2011-06-12
Fixed #12658 -- Fixed test discovery so ImportErrors aren't ignored when both...
Ramiro Morales
2011-06-10
Fixed #16185, #15675 -- Added the ability for test runners to define custom o...
Russell Keith-Magee
2011-04-02
Silenced DeprecationWarning caused by testing deprecated DjangoTestRunner
Russell Keith-Magee
2011-02-02
Fixed #15029 -- Moved to database backends the ability to decide if two DATAB...
Ramiro Morales
2010-12-05
Fixed #14799 -- Provided a full solution for test database creation order pro...
Russell Keith-Magee
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2009-12-22
Corrected the tests for DjangoTestRunner so they pass under Postgres.
Russell Keith-Magee
2009-12-13
Added tet runner tests mistakenly left out of r11843. Refs #11613.
Karen Tracey