mirror of
https://github.com/Hopiu/django.git
synced 2026-05-11 17:13:09 +00:00
4 lines
137 B
Python
4 lines
137 B
Python
# Tests that raise ImportError should not fail silently.
|
|
# This is a support fixture for one test case in test_runner
|
|
|
|
raise ImportError
|