summaryrefslogtreecommitdiff
path: root/tests/regressiontests/test_runner
AgeCommit message (Collapse)Author
2011-02-02[1.2.X] Fixed #15029 -- Moved to database backends the ability to decide if ↵Ramiro Morales
two DATABASES items are different when creating temporary databases for tests. Backport of [15392] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15395 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-18[1.2.X] Fixed test_runner tests on 1.2.X branch to not atempt to use new ↵Karen Tracey
unittest support that does not exist there. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-05[1.2.X] Fixed #14799 -- Provided a full solution for test database creation ↵Russell Keith-Magee
order problems. Backport of r14822, r14823 and r14824 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14825 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-22Corrected the tests for DjangoTestRunner so they pass under Postgres.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-13Added tet runner tests mistakenly left out of r11843. Refs #11613.Karen Tracey
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11846 bcc190cf-cafb-0310-a4f2-bffc1f526a37