summaryrefslogtreecommitdiff
path: root/tests/test_runner/valid_app/__init__.py
blob: 8d60a80c5329bc0969375f23d7459b87aa12740f (plain)
1
2
3
# Example of app layout to verify that the fix for #12658 doesn't break test
# discovery when both `models` and `tests` are packages.
# `test_runner` tests perform test discovery on this app.