Expand description
Test utilities, TOML test runner, and compatibility harness for wasmsh.
This crate provides:
runner: TOML-based declarative test runnertoml_case: Test case schema (serde-deserializable)features: Feature gate registryoracle: Reference shell comparison (opt-in)compat: Legacy compatibility case format
Modules§
- compat
- Differential compatibility test harness.
- features
- Feature gate registry for the TOML test runner.
- oracle
- Oracle comparison: run shell scripts against local reference shells.
- runner
- TOML test runner engine.
- toml_
case - TOML test case schema for declarative shell tests.
Functions§
- assert_
parse_ error - Parse source and assert it produces a parse error.
- assert_
parses - Parse source and assert it produces a valid AST (no parse errors).
- parse_
and_ lower - Parse source, lower to HIR, and return the HIR program.