Structs§
Enums§
Traits§
Functions§
- walk
- Walk a directory for test files and run each one as a test.
- walk_
async - The async equivalent of
walk
. Must return the passedTestFile
. - walk_
async_ exclusive - The same as
walk_async
but accepts an additional matcher to exclude matching files from being tested. - walk_
exclusive - The same as
walk
but accepts an additional matcher to exclude matching files from being tested.