limbo/tests
2025-12-17 10:55:25 -03:00
..
fuzz add regression test for a delete being lost on switch to wal mode 2025-12-17 10:55:25 -03:00
integration use exec rows for header version test 2025-12-17 10:55:25 -03:00
Cargo.toml add AI fuzz tests 2025-12-16 15:27:07 -03:00
lib.rs tests: Separate integration and fuzz tests 2025-10-22 13:05:29 +03: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