Removed old test runner test cases.

These files were added as part of #12658, which pertained to the old django.test.simple test runner. No tests call them anymore.
This commit is contained in:
Preston Timmons 2014-04-20 21:48:29 -05:00
parent 471fb04a30
commit 251e833c75
7 changed files with 0 additions and 12 deletions

View File

@ -34,7 +34,6 @@ SUBDIRS_TO_SKIP = [
'test_discovery_sample',
'test_discovery_sample2',
'test_runner_deprecation_app',
'test_runner_invalid_app',
]
ALWAYS_INSTALLED_APPS = [

View File

@ -1,3 +0,0 @@
# Example of app layout to verify that the fix for #12658 doesn't break test
# discovery when both `models` and `tests` are packages.
# `test_runner` tests perform test discovery on this app.

View File

@ -1,4 +0,0 @@
# Example of app layout that causes issue #12658:
# * Both `models` and `tests` are packages.
# * The tests raise a ImportError exception.
# `test_runner` tests performs test discovery on this app.

View File

@ -1,4 +0,0 @@
# Tests that raise ImportError should not fail silently.
# This is a support fixture for one test case in test_runner
raise ImportError