OD-core unit tests¶
Per-crate, no I/O beyond synthetic inputs, parallel-safe. Live
under crates/fieldbus-od-core/tests/.
Unit tests construct each public type with synthetic values, clone, and compare for structural equality. No I/O. Confirms the public surface compiles and supports the trait derives expected by OD type surface (REQ_0702). |
CI shell check: |
Compile-only test: a small bin target inside
|
Compile-only test: a test crate under
|