Crate datadriven

Source

Structs§

TestCase
A single test case within a file.
TestFile

Enums§

DataDrivenError
Never

Traits§

TestCaseResult

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 passed TestFile.
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.