Filter tests by substring.
Section: Tests and benches
Run a matching subset of tests
bash
bash
cargo test parse_argsExplanation
Great for tight feedback loops while debugging one area.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Tests and benches