Expand description
TOML test runner engine.
Reads declarative test case files, sets up VFS, executes scripts
through WorkerRuntime, and compares results against expectations.
Enums§
- Test
Outcome - Outcome of running a single test case.
Functions§
- discover_
cases - Discover all
.tomltest case files under a directory. - run_
toml_ case - Run a parsed TOML test case.
- run_
toml_ file - Run a TOML test case from a file path.