limbo/tests
Nikita Sivukhin 8cc40949a5 fix clippy
2025-12-10 15:08:44 +04:00
..
fuzz fix clippy 2025-12-10 15:08:44 +04: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 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