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
Installs
71
GitHub Stars
5
First Seen
Feb 5, 2026
rust-testing — autumnsgrove/groveengine