Crate tytanic_filter

Crate tytanic_filter 

Source
Expand description

A functional set-based DSL for filtering tests in the tytanic test runner. See the language reference and guide for more info.

Note that this is generic over the test type because it is also used in internal projects of the author. This means that contribution is welcome, but may be rejected for various reasons not apparent in tytanic only.

This library is still unstable to some degree, the inner test set types are very opaque and not easily printed or inspected because of this, this may change in the future.

Modules§

ast
Test set AST types.
eval
Test set evaluation.

Structs§

ExpressionFilter
A generic test set expression filter, this filter checks whether a test should be filtered out by checking it against the inner test set within its evaluation context.

Enums§

Error
Returned by ExpressionFilter::new.