Skip to main content

Module test_runner

Module test_runner 

Source
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§

TestResult
Result of running a single test.

Functions§

run_tests
Run all test declarations against a compiled IR module.