limbo/tests
2025-10-20 13:59:37 +03:00
..
integration Regression test: deferred FK violations are checked before commit 2025-10-20 13:59:37 +03:00
Cargo.toml tests: Add rowid alias fuzz test case 2025-10-17 10:47:07 +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