Expand description
Fixture-input loading for faucet test.
A case’s input is either an inline array of records or a path to a
fixture file. Files resolve relative to the spec file’s directory and may
be .jsonl (one JSON record per line, blank lines skipped) or .json /
.yaml / .yml (a top-level array).
Functions§
- load_
input - Materialize a case’s fixture records.