Unit Testing

Use when writing, improving, or debugging unit tests that verify isolated functions, methods, and classes. Covers cross-platform frameworks including Vitest, Jest, xUnit, NUnit, MSTest, pytest, JUnit 5, and Go testing with mocking strategies, test doubles, AAA pattern, and naming conventions. USE FOR: unit test frameworks, Vitest, Jest, xUnit, NUnit, pytest, JUnit, Go test, mocking, test doubles, AAA pattern DO NOT USE FOR: multi-component tests (use integration-testing), browser tests (use e2e-testing), API contract verification (use contract-testing)

onfire7777 7d169f1 18 files · 54.0 KB Updated

File contents

onfire7777/universal-ai-skills-library/tree/main/skills/unit-testing commit 7d169f1136

Frequently asked questions

npx skillmds@latest add onfire7777/unit-testing