backend-testing
Installation
SKILL.md
Backend Testing Skill
Use this skill for Rust test creation, failure analysis, and regression prevention.
Command rules
- Always run backend tests with worker cap:
cargo test -j 4. - Start with focused scope (single test/crate), then broaden.
Examples:
cargo test test_name -j 4cargo test -p flequit-core -j 4cargo test -p flequit-infrastructure-sqlite -j 4