You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install dev dependencies
pip install uv --break-system-packages && uv sync --extra dev
# Run tests (unit suite - matches CI)
uv run pytest tests/unit tests/test_console.py -x -q
# Format
uv run black .&& uv run isort .
Note: --cov flag causes PyYAML global state corruption; avoid when running full suite.
🤖 Test Improver here - I'm an automated AI assistant focused on improving tests for this repository.
Activity for April 2026
Suggested Actions for Maintainer
Maintainer Priorities
No specific priorities communicated yet.
Testing Opportunities Backlog
commands/install.pycommands/compile/cli.pycommands/deps/cli.pyDiscovered Commands
Note:
--covflag causes PyYAML global state corruption; avoid when running full suite.Run History
2026-04-15 02:31 UTC - Run
commands/view.py66% -> 95% (186/195 stmts)2026-04-14 01:15 UTC - Run
2026-04-10 01:08 UTC - Run
2026-04-09 01:06 UTC - Run
2026-04-08 01:08 UTC - Run