# Testing

> Testing conventions and patterns. Use when writing or modifying tests, creating mocks, or using object mothers.

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

---


Read and follow the testing conventions documented in the resources before writing or modifying tests.

## Resources

- `mock-objects.md` — Mock objects conventions
- `object-mothers.md` — Object mother pattern conventions

