Module test_filter

Source
Expand description

Filtering tests based on user-specified parameters.

The main structure in this module is TestFilter, which is created by a TestFilterBuilder.

Structs§

TestFilter
Test filter, scoped to a single binary.
TestFilterBuilder
A builder for TestFilter instances.

Enums§

BinaryMismatchReason
The reason for a binary mismatch.
FilterBinaryMatch
Whether a binary matched filters and should be run to obtain the list of tests within.
FilterBound
A higher-level filter.
RunIgnored
Whether to run ignored tests.
TestFilterPatterns
A set of string-based patterns for test filters.