test: add unit tests for roles, web deps, use cases, VO boundaries — reach 70% coverage
Some checks failed
ci/woodpecker/pr/pipeline Pipeline failed

This commit is contained in:
2026-05-09 12:57:25 +03:00
parent 2b8a5676bd
commit 79f4d9caf5
12 changed files with 466 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ steps:
depends_on: [deps]
commands:
- pip install uv
- uv run pytest tests/unit/ --no-cov
- uv run pytest tests/unit/
- name: test-e2e
image: mcr.microsoft.com/playwright/python:v1.59.0