__init__.py 198 B

1234
  1. # Example of app layout that causes issue #12658:
  2. # * Both `models` and `tests` are packages.
  3. # * The tests raise a ImportError exception.
  4. # `test_runner` tests performs test discovery on this app.