Mutation Test Runner

Measure whether a test suite actually catches bugs by running mutation testing — introduce small faults into the code and check which ones a test kills versus which slip through silently. Use when line coverage is high but bugs still ship, when you suspect tests assert weakly, or to find the exact assertions a suite is missing.

imtiazrayhan 2f10ba9 6.4 KB Updated

File contents

imtiazrayhan/agentscamp-library/tree/main/skills/mutation-test-runner commit 2f10ba9d64

Frequently asked questions

npx skillmds@latest add imtiazrayhan/mutation-test-runner