Claude Paroz
|
6d9227bb0f
|
Removed some more imports/warnings useless after recent removals.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-31 15:20:57 +00:00 |
Aymeric Augustin
|
c7229c681e
|
Removed deprecated DjangoTestRunner.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17840 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-31 12:22:52 +00:00 |
Ramiro Morales
|
eb9eaa6d71
|
Tweaked tests from r17702 to run only when using sqlite3 DB(s).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17733 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-14 10:58:23 +00:00 |
Ramiro Morales
|
69b96f824d
|
Fixed #16329 -- Fixed detection of transaction-handling capabilities when all test databases are sqlite3, in-memory.
Thanks canassa for the report and agriffis (#17762) and lrekucki (in #17758) for their contribution to the fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17702 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-03-13 17:52:48 +00:00 |
Aymeric Augustin
|
905e33f84a
|
Fixed #16885 -- Confirmed features of mirror databases when setting up test databases.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17382 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2012-01-20 23:15:22 +00:00 |
Ramiro Morales
|
953a471a21
|
Made sure `manage.py help test` works.
Thanks shige DOT abe AT nasa DOT gov for the report.
Fixes #17477. Refs r16352.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17284 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-12-29 01:18:30 +00:00 |
Alex Gaynor
|
8c0eefd066
|
Convert the remainder of the relative imports in the tests to be absolute imports.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16981 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-10-13 21:34:56 +00:00 |
Carl Meyer
|
38f1fe3b35
|
Fixed #15372 -- Switched to a startproject default layout that allows us to avoid sys.path hacks.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-10-13 05:56:15 +00:00 |
Ramiro Morales
|
f0adae4c6e
|
Fixed #12658 -- Fixed test discovery so ImportErrors aren't ignored when both `tests` and `models` are packages. Thanks schinckel for the report and boxm for a patch for the issue.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16382 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-06-12 12:34:10 +00:00 |
Russell Keith-Magee
|
046ffa483e
|
Fixed #16185, #15675 -- Added the ability for test runners to define custom options, and to specify a custom test runner at the command line. Thanks to Dmitry Jemerov and Mikołaj Siedlarek for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16352 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-06-10 08:26:05 +00:00 |
Russell Keith-Magee
|
32517041bd
|
Silenced DeprecationWarning caused by testing deprecated DjangoTestRunner
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15997 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-04-02 13:26:39 +00:00 |
Ramiro Morales
|
dc5f2607de
|
Fixed #15029 -- Moved to database backends the ability to decide if two DATABASES items are different when creating temporary databases for tests.
hG: Enter commit message. Lines beginning with 'HG:' are removed.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15392 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-02-02 14:02:14 +00:00 |
Russell Keith-Magee
|
b11c21d69a
|
Fixed #14799 -- Provided a full solution for test database creation order problems.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14822 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-12-05 00:44:34 +00:00 |
Russell Keith-Magee
|
121d2e3678
|
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-10-11 12:55:17 +00:00 |
Russell Keith-Magee
|
15f42cc92a
|
Corrected the tests for DjangoTestRunner so they pass under Postgres.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-22 06:00:57 +00:00 |
Karen Tracey
|
4b0f9531eb
|
Added tet runner tests mistakenly left out of r11843. Refs #11613.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11846 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-12-13 17:08:36 +00:00 |