rust-testing
Installation
SKILL.md
Rust Testing Skill
When to Activate
Activate this skill when:
- Writing Rust unit tests
- Creating integration tests
- Working with doc tests
- Setting up property-based testing
- Running benchmarks
Quick Commands
# Run all tests
cargo test
# With output
cargo test -- --nocapture