limbo/tests
2025-08-05 21:24:54 -04:00
..
integration Make clippy happy 2025-08-05 21:24:54 -04:00
Cargo.toml remove rexpect crate 2025-08-04 15:59:15 -03:00
lib.rs centralize Rust integration and regression tests 2025-01-21 15:41:09 +07:00
README.md centralize Rust integration and regression tests 2025-01-21 15:41:09 +07:00

Integration and regression test suite.


# run all tests
cargo test 

# run individual test
cargo test test_sequential_write -- --nocapture