This makes it very easy to add new state resolution tests and compare/ update test results across implementation revisions. Since the input data is just a JSON list of PDUs, this can also be helpful for ad-hoc debugging against the captured state of a real room.
3 lines
48 B
Rust
3 lines
48 B
Rust
//! Integration tests entrypoint.
|
|
|
|
mod resolve;
|