11 lines
289 B
Markdown
11 lines
289 B
Markdown
---
|
|
name: unit-test-write
|
|
description: Add focused unit tests for isolated behavior.
|
|
---
|
|
|
|
# Unit Test Write
|
|
|
|
Identify the behavior and important boundary cases, then add focused deterministic tests.
|
|
|
|
Prefer observable behavior over implementation details. Report the checks that were run.
|