diff options
Diffstat (limited to 'tests/import_error_package')
| -rw-r--r-- | tests/import_error_package/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/import_error_package/__init__.py b/tests/import_error_package/__init__.py new file mode 100644 index 0000000000..c872aec5a7 --- /dev/null +++ b/tests/import_error_package/__init__.py @@ -0,0 +1,3 @@ +# A package that raises an ImportError that can be shared among test apps and +# excluded from test discovery. +raise ImportError("Oops") |
