limbo/tests
Pekka Enberg 36a7f76708 tests/integration: Fix write path test on Windows
The read_at() and write_at() APIs are UNIX specific.
2025-06-30 14:38:54 +03:00
..
integration tests/integration: Fix write path test on Windows 2025-06-30 14:38:54 +03:00
Cargo.toml Rename limbo_core crate to turso_core 2025-06-29 09:59:17 +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