Expand description
The test runner: expands attacks (checks + fuzz mutations) into concrete tests and executes them, optionally across a pool of worker threads.
Functionsยง
- expand_
all - Expand a list of attacks into concrete tests:
checkclauses become expectations, and eachmutategenerator becomes one or more variants. - expand_
attack - Expand a single attack into one or more concrete tests.
- run_all
- Run all attacks (after expansion) and return their outcomes in order.