Crate datadriven
source ·Structs§
- A single test case within a file.
Enums§
Traits§
Functions§
- Walk a directory for test files and run each one as a test.
- The async equivalent of
walk
. Must return the passedTestFile
. - The same as
walk_async
but accepts an additional matcher to exclude matching files from being tested. - The same as
walk
but accepts an additional matcher to exclude matching files from being tested.