- project/
- ...
- src/
- apps/
- app/
- tests/
- __init__.py
- test_views.py
- static/
- templates/__init__.py прописано from .test_views import *./manage.py test возвращает Ran 0 tests in 0.000s. ./manage.py test app - все ок.
TEST_DISCOVER_PATTERN = "test*.py"test на teststests_whatever.py