Generate tests from a glob pattern
Generate tests at compile-time based on file resources
Rust Test generator: enumerating entries according to file-system pattern and generating a test function for each entry.
Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched.
Run tests against fixtures
Platform-optimized recursive directory walker with metadata
Platform-optimized recursive directory walker with metadata
DEPRECATED, SEE README! Pereviously, an implementation of .gitignore file parsing and glob testing in Rust.
A golden test runner for language hackers
Provides a macro to generate tests from files in a directory
The structured test toolkit. A sync Rust crate for named cases, optional suite and per-case hooks, and macros so each case appears in cargo test—without a custom harness or DSL.
Test expressions against the glob library.