limbo/tests
2025-12-10 23:38:41 -03:00
..
fuzz revert change in index_scan_compound_key_fuzz 2025-12-10 23:38:41 -03:00
integration index and rowid fuzz should open a separate sqlite database for comparison 2025-12-10 15:38:02 -03:00
Cargo.toml create a basic test proc macro that takes a db path and an mvcc flag 2025-11-19 11:49:53 -03:00
lib.rs tests: Separate integration and fuzz tests 2025-10-22 13:05:29 +03:00
README.md

Integration and regression test suite.


# run all tests
cargo test 

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