We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test --debug
1 parent 09c8e75 commit 90541f0Copy full SHA for 90541f0
crates/forge/bin/cmd/test/mod.rs
@@ -69,8 +69,8 @@ pub struct TestArgs {
69
70
/// Run a test in the debugger.
71
///
72
- /// The argument passed to this flag is the name of the test function you want to run, and it
73
- /// works the same as --match-test.
+ /// The argument passed to this flag is the **regex** of the test function signature you want
+ /// to run, and it works the same as --match-test.
74
75
/// If more than one test matches your specified criteria, you must add additional filters
76
/// until only one test is found (see --match-contract and --match-path).
0 commit comments