chore(docs): record completed full-suite pass-6 validation
Some checks failed
CI/CD Pipeline / Code Quality Checks (pull_request) Failing after 1m38s
CI/CD Pipeline / Build Docker Images (pull_request) Has been cancelled
CI/CD Pipeline / Push to Gitea Registry (pull_request) Has been cancelled
CI/CD Pipeline / Deploy to Server (pull_request) Has been cancelled
CI/CD Pipeline / Run Tests (pull_request) Has been cancelled

This commit is contained in:
2026-04-14 11:11:03 +02:00
parent 81dc3c13f2
commit 33b7ceb54a

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, миграции включены).
---