summaryrefslogtreecommitdiff
path: root/tests/test_runner
diff options
context:
space:
mode:
authorPreston Timmons <prestontimmons@gmail.com>2014-04-20 21:48:29 -0500
committerPreston Timmons <prestontimmons@gmail.com>2014-04-20 22:00:39 -0500
commit251e833c75b761c673d69e5f2a8e0cbd07586009 (patch)
treec00625dfa3112dfc3d2641f41c765a8143fac62f /tests/test_runner
parent471fb04a307870794e3cefb1177405b506ee1a0a (diff)
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.
Diffstat (limited to 'tests/test_runner')
-rw-r--r--tests/test_runner/valid_app/__init__.py3
-rw-r--r--tests/test_runner/valid_app/models/__init__.py0
-rw-r--r--tests/test_runner/valid_app/tests/__init__.py0
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_runner/valid_app/__init__.py b/tests/test_runner/valid_app/__init__.py
deleted file mode 100644
index 8d60a80c53..0000000000
--- a/tests/test_runner/valid_app/__init__.py
+++ /dev/null
@@ -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.
diff --git a/tests/test_runner/valid_app/models/__init__.py b/tests/test_runner/valid_app/models/__init__.py
deleted file mode 100644
index e69de29bb2..0000000000
--- a/tests/test_runner/valid_app/models/__init__.py
+++ /dev/null
diff --git a/tests/test_runner/valid_app/tests/__init__.py b/tests/test_runner/valid_app/tests/__init__.py
deleted file mode 100644
index e69de29bb2..0000000000
--- a/tests/test_runner/valid_app/tests/__init__.py
+++ /dev/null