# Test Python

> Run Python CLI tests. Use after making changes to cli/ code.

- Skill: `katanemo/test-python` (Agent Skill)
- Install (CLI): `npx skillmds@latest add katanemo/test-python`
- Raw SKILL.md: https://api.skillmd.com/api/skills/katanemo/test-python/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: katanemo (https://skillmd.com/u/katanemo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/katanemo/test-python

---


1. `cd cli && uv sync` — ensure dependencies are installed
2. `cd cli && uv run pytest -v` — run all tests

If tests fail, diagnose and fix the issues.

