Test Discipline

Write isolated order-independent automated tests that assert on observable behavior rather than private internals. Use when writing reviewing or debugging any test (unit integration or end-to-end) in any language especially when tests share fixtures touch global or filesystem state flake depending on run order or reach into implementation details.

niksavis f2ce20b 6.2 KB Updated

File contents

niksavis/basicly/tree/main/.agents/skills/test-discipline commit f2ce20b074

Frequently asked questions

npx skillmds@latest add niksavis/test-discipline