Filter tests by name substring.
Section: Test debugging workflows
Run a subset of tests
bash
bash
cargo test parse_argsExplanation
Useful when tightening the debug loop around one failing CLI behavior.
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 Test debugging workflows