Skip to main content

Module runner

Module runner 

Source
Expand description

TOML test runner engine.

Reads declarative test case files, sets up VFS, executes scripts through WorkerRuntime, and compares results against expectations.

Enums§

TestOutcome
Outcome of running a single test case.

Functions§

discover_cases
Discover all .toml test 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.