Merge pull request #2592 from prestontimmons/remove-test-runner-cases

Removed old test runner test cases.
This commit is contained in:
Aymeric Augustin 2014-04-21 18:06:19 +02:00
commit c54e7ec9ca
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