- Backend: alembic env, config manager/models, dependencies, translate plugin - Backend tests: async_sync_regression, integration tests, git services, test_agent - Docker: docker-compose.yml updates - Agent: qa-tester.md update, semantics-testing SKILL.md update - Frontend: TopNavbar, sidebarNavigation, FeaturesSettings, FeatureGate - i18n: assistant.json en/ru locale updates - New: frontend/src/lib/components/agent/ directory
4 lines
225 B
Python
4 lines
225 B
Python
# Integration tests for translate module using Testcontainers PostgreSQL.
|
|
# These tests verify behavior with real PostgreSQL, catching issues that
|
|
# SQLite-based unit tests might miss (JSON columns, FK constraints, indexes).
|