534bb94eea
Build Dev Image / build-dev-image (push) Waiting to run
Check i18n Keys / Check i18n Key Consistency (push) Waiting to run
Lint / Ruff Lint & Format (push) Waiting to run
Lint / Frontend Lint (push) Waiting to run
Test Migrations / Migrations (SQLite) (push) Waiting to run
Test Migrations / Migrations (PostgreSQL) (push) Waiting to run
7 lines
178 B
Python
7 lines
178 B
Python
"""
|
|
Integration tests package.
|
|
|
|
These tests validate real system behavior with actual database/network resources.
|
|
Run with: uv run pytest tests/integration/ -m "not slow" -q
|
|
"""
|