Expand description
Embedded Synesthetic fixtures for integration tests and examples.
Enums§
- Fixture
Error - Error returned when fixtures cannot be loaded.
Functions§
- graph
- Deserialize a fixture graph into a
Graph. - graph_
json - Return the raw JSON for a fixture graph by ID (e.g.,
signal_chain). - iter_
graph_ json - Iterator over all (id, json) graph fixtures.
- iter_
operator_ json - Iterator over all (id, json) operator fixtures.
- operator
- Deserialize a fixture operator into an
OperatorDef. - operator_
json - Return the raw JSON for a fixture operator by ID (e.g.,
test/source).