534bb94eea
Test Migrations / Migrations (SQLite) (push) Has been cancelled
Build Dev Image / build-dev-image (push) Has been cancelled
Check i18n Keys / Check i18n Key Consistency (push) Has been cancelled
Lint / Ruff Lint & Format (push) Has been cancelled
Lint / Frontend Lint (push) Has been cancelled
Test Migrations / Migrations (PostgreSQL) (push) Has been cancelled
7 lines
143 B
Python
7 lines
143 B
Python
"""
|
|
Smoke tests package.
|
|
|
|
Smoke tests verify basic functionality works without testing edge cases.
|
|
Run with: uv run pytest tests/smoke/ -q
|
|
"""
|