Expand description
Test harness for macro expansion.
Functionsยง
- check
- Run snapshot tests on files that match the provided paths/glob patterns,
snapshotting the stdout/stderr output as it is produced by
cargo check [ARGS]. - expand
- Run snapshot tests on files that match the provided paths/glob patterns,
snapshotting the source code as it is produced by
cargo expand. - run
- Run snapshot tests on files that match the provided paths/glob patterns,
snapshotting the stdout/stderr output as it is produced by
cargo run [ARGS]. - run_
tests - Run snapshot tests on files that match the provided paths/glob patterns,
snapshotting the stdout/stderr output as it is produced by
cargo test [ARGS].