summaryrefslogtreecommitdiff
path: root/tests/test_runner/invalid_app/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_runner/invalid_app/tests/__init__.py')
-rw-r--r--tests/test_runner/invalid_app/tests/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_runner/invalid_app/tests/__init__.py b/tests/test_runner/invalid_app/tests/__init__.py
new file mode 100644
index 0000000000..b4ed71824b
--- /dev/null
+++ b/tests/test_runner/invalid_app/tests/__init__.py
@@ -0,0 +1,4 @@
+# Tests that raise ImportError should not fail silently.
+# This is a support fixture for one test case in test_runner
+
+raise ImportError