Testing

Design effective tests and decide what to test: unit vs integration, edge cases, the arrange-act-assert shape, and writing the minimal failing test for a bug. Use when users want tests for code, ask what cases to cover, want to improve coverage meaningfully, or practice TDD. Triggers on mentions of test, unit test, integration test, coverage, edge cases, TDD, assert, mock, 测试, 单元测试, 用例, 覆盖率, 边界条件.

microclaw 83d5758 2.0 KB Updated

File contents

microclaw/microclaw/tree/main/crates/microclaw-engine/skills/built-in/testing commit 83d5758402

Frequently asked questions

npx skillmds@latest add microclaw/testing