mirror of
https://github.com/Hopiu/django.git
synced 2026-03-19 15:30:24 +00:00
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16382 bcc190cf-cafb-0310-a4f2-bffc1f526a37
4 lines
198 B
Python
4 lines
198 B
Python
# 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.
|