rust-testing

Installation
SKILL.md

Rust Testing

Prefer real implementations and hand-written fakes over heavy mocking — a test wired to a mock asserts how the code calls its collaborators, not what the code does. Tests are documentation that runs: a reader should learn the intended behavior from the test name, the arrange/act/assert shape, and the doctest examples on public items. Test the public contract, not the private call graph.

Route to Reference

Installs
3
GitHub Stars
20
First Seen
Jun 28, 2026
rust-testing — xobotyi/cc-foundry