Unit Testing

Writes unit tests for code that already exists — choosing what deserves a test, what the cases are, and how to assert without welding the test to the implementation. Use this whenever the user asks for tests, unit tests, more coverage, or tests for a specific function or module, and also when adding to untested code where a characterization test is needed first. For building new code test-first, use test-driven-development.

OKHP3 3cd1aab 5.2 KB Updated

File contents

OKHP3/skillz/tree/main/community/unit-testing commit 3cd1aab04d

Frequently asked questions

npx skillmds@latest add okhp3/unit-testing