Parameterized Tests

Enforce native parameterized or table-driven tests when adding or modifying unit tests that exercise the same behavior with multiple data cases. Use whenever unit tests add repeated cases, edge-case matrices, or duplicated setup, execution, and assertions that differ only by case data.

dceoy be9451f 2 files · 3.9 KB Updated

File contents

dceoy/ai-coding-agent-skills/tree/main/skills/parameterized-tests commit be9451fe64

Frequently asked questions

npx skillmds@latest add dceoy/parameterized-tests