Expand description
Runtime definitions for the testdata
crate.
Macros§
Structs§
- ArgSpec
- Configuration for a specific argument in a file-based test.
- Glob
Pattern - A parsed glob pattern, like
tests/fixtures/**/*.json
. - Glob
Spec - Configurations for finding test files in a file-based test.
- Test
File
Enums§
- Glob
Error - Represents the glob error.
- Glob
Parse Error - A syntax error in a glob pattern.
- Snapshot
Mode
Traits§
Functions§
- assert_
snapshot_ helper - pending
- touch
- An equivalent to the
touch
command.