limbo/tests
2025-12-10 01:46:25 +04:00
..
fuzz Merge 'Fix descending index scan returning rows when seek key is NULL' from Jussi Saurio 2025-12-09 09:38:18 +02:00
integration add compatibility test for multiple-columns unique constraint 2025-12-10 01:46:25 +04: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