operonx 0.8.3

High-performance Rust execution backend for Operon workflows
1
2
3
4
5
6
7
8
9
10
11
//! Shared spec tests for `core` — mirrors `Operon/tests/spec/core/` fixture folders.
//!
//! Each submodule pulls in one fixture-driven test via [`run_fixture`]. The
//! JSON shapes live under `tests/spec/core/<area>/<name>/{graph,inputs,expected}.json`
//! and are intended to be read **identically** by the Python parity harness.

pub mod iteration;
pub mod ops;
pub mod refs;
pub mod scheduler;
pub mod state;