You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing a test filter will only run tests with a name containing this filter.
7
+
Passing a test filter will only run tests with an [absolute module tree path](https://book.cairo-lang.org/ch06-03-paths-for-referring-to-an-item-in-the-module-tree.html?highlight=path#paths-for-referring-to-an-item-in-the-module-tree)
8
+
containing this filter.
8
9
9
-
## `--exact`
10
+
## `-e`, `--exact`
10
11
11
12
Will only run a test with a name exactly matching the test filter.
12
13
Test filter must be a whole qualified test name e.g. `package_name::my_test` instead of just `my_test`.
13
14
14
-
## `--exit-first`
15
+
## `--init <NAME>`
16
+
17
+
Create a new directory and forge project named `<NAME>`.
You can pass a filter string after the `snforge` command to filter tests.
18
-
By default, any test name matching the filter will be run.
18
+
By default, any test with an [absolute module tree path](https://book.cairo-lang.org/ch06-03-paths-for-referring-to-an-item-in-the-module-tree.html?highlight=path#paths-for-referring-to-an-item-in-the-module-tree)
0 commit comments