Expand description
Filtering tests based on user-specified parameters.
The main structure in this module is TestFilter
, which is created by a TestFilterBuilder
.
Structs§
- Test
Filter - Test filter, scoped to a single binary.
- Test
Filter Builder - A builder for
TestFilter
instances.
Enums§
- Binary
Mismatch Reason - The reason for a binary mismatch.
- Filter
Binary Match - Whether a binary matched filters and should be run to obtain the list of tests within.
- Filter
Bound - A higher-level filter.
- RunIgnored
- Whether to run ignored tests.
- Test
Filter Patterns - A set of string-based patterns for test filters.