testing

Solid

Testing strategies and methodologies including TDD, E2E testing, and multi-framework support

Testing & QA 2,987 stars 362 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
44
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Testing Skill Comprehensive testing guidance covering: - **TDD Workflow**: Red → Green → Refactor cycle with practical examples - **Test Organization**: Unit / Integration / E2E test structure - **Framework Support**: pytest, Jest, JUnit5, xUnit, Google Test - **Mock Strategies**: Only mock external boundaries, not internal logic - **Coverage Requirements**: 80%+ with meaningful assertions ## When Loaded This skill is automatically injected when working with: - `/cc-best:dev` — Implementation with tests - `tdd-guide` agent — Test-driven development guidance - `build-error-resolver` agent — Fixing test failures ## Key Rules 1. **Tests first** — Write failing test before implementation 2. **AAA pattern** — Arrange, Act, Assert in every test 3. **No shared mutable state** — Each test is independent 4. **Descriptive names** — `test_<feature>_<scenario>_<expected>`

Details

Author
davepoon
Repository
davepoon/buildwithclaude
Created
10 months ago
Last Updated
4 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category