When To Write Tests

Decide whether to add a test. Use before writing or requesting tests. Default is no new test. Prefer a few end-to-end happy-path tests of the public contract over unit tests of internals.

darkmatter d8c4160 2.1 KB Updated

File contents

darkmatter/skills/tree/main/skills/when-to-write-tests commit d8c41605dc

Frequently asked questions

npx skillmds@latest add darkmatter/when-to-write-tests