summaryrefslogtreecommitdiff
path: root/tests/test_runner/invalid_app/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_runner/invalid_app/__init__.py')
-rw-r--r--tests/test_runner/invalid_app/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_runner/invalid_app/__init__.py b/tests/test_runner/invalid_app/__init__.py
new file mode 100644
index 0000000000..45efd37d3e
--- /dev/null
+++ b/tests/test_runner/invalid_app/__init__.py
@@ -0,0 +1,4 @@
+# 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.