Padosoft Test Integrity

Use this skill when writing or reviewing a test, and whenever a suite is suspicious: a test that passes whatever the code does, one that went green without the fix, an ordering test that never fails, a suite that passes alone and fails in sequence or in a different order, a flaky test blamed on CI. It checks that the body exercises what the name promises, that ordering assertions are strict, that global state is restored, that a failure-path test actually fires the failure, and that the assertion could fail at all. Do not use it to choose a test framework, to design a test strategy or coverage targets, or to debug a failing application bug.

padosoft Updated

File contents

padosoft/skills/tree/main/skills/padosoft-test-integrity commit 6035cd6ee7

Frequently asked questions

npx skillmds@latest add padosoft/padosoft-test-integrity