pub fn run_tests(program: &Program) -> EvalResult<TestRunSummary>Expand description
Run all test blocks in a PEPL program.
Each test case gets a fresh SpaceInstance. Actions are dispatched
by executing test body statements that call actions as functions.