Expand description
Test runner for IntentLang spec-level tests.
Converts test blocks from the AST into runtime ActionRequests,
executes them, and checks assertions against the results.
Structs§
- Test
Result - Result of running a single test.
Functions§
- run_
tests - Run all test declarations against a compiled IR module.