About
This skill empowers Claude to write high-quality, maintainable Rust tests by leveraging the rstest framework for parametrized testing and fixtures. It ensures a DRY (Don't Repeat Yourself) approach to testing, provides standardized patterns for multiline assertions using indoc, and manages test execution and coverage reporting through cargo-llvm-cov. It is particularly useful for developers looking to refactor boilerplate-heavy tests into clean, descriptive, and comprehensive test suites.