feature/backend-endpoints-contract-implementation-plan #1

Merged
avm merged 19 commits from feature/backend-endpoints-contract-implementation-plan into dev 2026-04-14 12:23:44 +03:00
Showing only changes of commit 33b7ceb54a - Show all commits

View File

@@ -58,6 +58,9 @@
- запущены целевые smoke-тесты:
`tests/apps/user`, `tests/apps/organization/test_api.py`, `tests/apps/organization/test_analytics_api.py`, `tests/apps/external_data/test_api.py`.
- smoke прогнан локально и на удалённой базе `TEST_POSTGRES_HOST=192.168.1.33``106 passed`.
- полный прогон suite завершился успешно:
- `DJANGO_SETTINGS_MODULE=settings.test pytest -q``463 passed` (SQLite, без миграций).
- `TEST_POSTGRES_HOST=192.168.1.33 DJANGO_SETTINGS_MODULE=settings.test_postgres pytest -q``463 passed` (PostgreSQL, миграции включены).
---