1
0
Fork 0
ruma/crates/ruma-state-res/tests/it/main.rs
Charles Hall 00d50f60e8 state-res: add snapshot tests
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.
2024-11-16 10:26:15 +01:00

3 lines
48 B
Rust

//! Integration tests entrypoint.
mod resolve;