# Test

> Run tests using `uv run test.py` with optional arguments.

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

---


Run tests using `uv run test.py` with optional arguments.

Arguments: $ARGUMENTS

Use `bash test` wrapper (NEVER bare `python`). Common invocations:
- `bash test` — run all tests
- `bash test --cpp` — run only C++ tests
- `bash test TestName` — run a specific test
- `bash test --clean` — clean build then test

Report results in a clear, actionable format showing pass/fail counts and any error details.

