Expand description
PEPL test runner — executes tests { } blocks from PEPL programs.
Each test case creates a fresh SpaceInstance and dispatches actions
by calling them as functions. with_responses { } provides mock
capability call results.
Structs§
- Mock
Response - A mocked capability response: (module, function) → response Value.
- Test
Result - Result of running a single test case.
- Test
RunSummary - Summary of running all test blocks.
Functions§
- run_
tests - Run all test blocks in a PEPL program.