AI AGENT ADDONS

Rust Testing

affaan-m/ecc
Testing & QA
778installs

Rust testing helps you find bugs in your code. You write small tests for each function. Then you run them often. This skill shows you how to do unit tests, integration tests, and more. It follows the red-green-refactor cycle. This cycle helps you write code that passes tests first. You then improve the code while keeping tests green.

Developers who use Rust can benefit from these patterns. They catch errors early and build reliable programs. The skill also covers mocking and coverage checks. It is simple to learn and apply.

Add Rust Testing skill to your workflow

Global

mkdir -p ~/.claude/skills/rust-testing

Project

mkdir -p .claude/skills/rust-testing

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago