Commit 251e833c authored by Preston Timmons's avatar Preston Timmons
Browse files

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.
parent 471fb04a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ SUBDIRS_TO_SKIP = [
    'test_discovery_sample',
    'test_discovery_sample2',
    'test_runner_deprecation_app',
    'test_runner_invalid_app',
]

ALWAYS_INSTALLED_APPS = [
+0 −3
Original line number Diff line number Diff line
# 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.
+0 −0

Empty file deleted.

+0 −0

Empty file deleted.

+0 −4
Original line number Diff line number Diff line
# 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.
Loading