limbo/tests
2025-09-30 13:58:59 +04:00
..
integration add smiple test 2025-09-30 13:58:59 +04:00
Cargo.toml move as many dependencies as possible to workspace to avoid multiple versions of the same dependency 2025-09-15 17:19:36 -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