# Testing

> Testing patterns and best practices.

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

---


<!-- AUTO-GENERATED by skill-gen -- DO NOT EDIT -->
<!-- Source: sample-module.ts -->

## Unit Testing

- Test one thing per test case
- Use descriptive test names
- Follow the Arrange-Act-Assert pattern

