unit-testing-framework
Installation
SKILL.md
Unit Testing Framework
Table of Contents
Overview
Write effective unit tests that are fast, isolated, readable, and maintainable following industry best practices and AAA (Arrange-Act-Assert) pattern.
When to Use
- Writing tests for new code
- Improving test coverage
- Establishing testing standards
Related skills