limbo/tests
2025-11-19 14:29:33 +02:00
..
fuzz triggers: add a lot of different kinds of tests 2025-11-18 15:19:01 +02:00
integration Handle qualified column references in triggers wrt ALTER TABLE 2025-11-19 14:29:33 +02:00
Cargo.toml tests: Separate integration and fuzz tests 2025-10-22 13:05:29 +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