Use the exact test name through the test harness.
Section: Test debugging workflows
Run one exact test
bash
bash
cargo test parse_args_handles_help -- --exactExplanation
Useful when multiple test names share the same substring.
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