summaryrefslogtreecommitdiff
path: root/tests/regressiontests/test_runner/invalid_app/__init__.py
blob: 45efd37d3e803c5ff6c648f911e80213da2727f5 (plain)
1
2
3
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.