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
pip install uv --break-system-packages
python3 -m uv sync --extra dev
python3 -m uv run pytest tests/unit tests/test_console.py -x -q # unit suite (~3419 tests)
python3 -m uv run black .&& python3 -m uv run isort .# format
Notes: Avoid --cov flag (causes PyYAML global state corruption). APMPackage.from_apm_yml requires version field. All imports in deps/cli.py are lazy - patch at source module.
🔧 Created PR: test-assist/deps-list-tree-info-23878586888 — 20 tests for apm deps list, tree, info subcommands (0% -> ~75%+ coverage for these commands)
🤖 Test Improver here - I'm an automated AI assistant focused on improving tests for this repository.
Activity for April 2026
Suggested Actions for Maintainer
test-assist/deps-list-tree-info-23878586888test-assist/compile-cli-helpers-23826960523test-assist/output-module-coverage-23775479086Maintainer Priorities
No specific priorities communicated yet.
Testing Opportunities Backlog
Discovered Commands
Notes: Avoid
--covflag (causes PyYAML global state corruption).APMPackage.from_apm_ymlrequiresversionfield. All imports indeps/cli.pyare lazy - patch at source module.Run History
2026-04-02 01:07 UTC - Run
test-assist/deps-list-tree-info-23878586888— 20 tests forapm deps list,tree,infosubcommands (0% -> ~75%+ coverage for these commands)2026-04-01 01:10 UTC - Run
test-assist/compile-cli-helpers-23826960523— 23 tests for compile CLI display helpers (~0% -> ~80%+)