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