cd cli && uv sync— ensure dependencies are installedcd cli && uv run pytest -v— run all tests
If tests fail, diagnose and fix the issues.
Run Python CLI tests. Use after making changes to cli/ code.
npx skillmds@latest add katanemo/test-python cd cli && uv sync — ensure dependencies are installedcd cli && uv run pytest -v — run all testsIf tests fail, diagnose and fix the issues.
katanemo/plano/tree/main/.claude/skills/test-python commit 2aa40ded45