mirror of
https://github.com/django/django.git
synced 2025-06-03 02:29:13 +00:00
Merge pull request #2592 from prestontimmons/remove-test-runner-cases
Removed old test runner test cases.
This commit is contained in:
commit
c54e7ec9ca
@ -34,7 +34,6 @@ SUBDIRS_TO_SKIP = [
|
|||||||
'test_discovery_sample',
|
'test_discovery_sample',
|
||||||
'test_discovery_sample2',
|
'test_discovery_sample2',
|
||||||
'test_runner_deprecation_app',
|
'test_runner_deprecation_app',
|
||||||
'test_runner_invalid_app',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
ALWAYS_INSTALLED_APPS = [
|
ALWAYS_INSTALLED_APPS = [
|
||||||
|
@ -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.
|
|
@ -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.
|
|
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user