Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 180 Bytes

File metadata and controls

10 lines (8 loc) · 180 Bytes
# Run all tests
make docker-dev-shell
uv run pytest

# Run with coverage
uv run pytest --cov=ambuda
  1. Try running tests: make docker-dev-shell then uv run pytest