mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 17:14:20 +01:00
This separates fuzz tests from integration tests so that you can run the fast test cases with: ``` cargo test --test integration_tests ``` and the longer fuzz cases with: ``` cargo test --test fuzz_tests ```
Integration and regression test suite.
# run all tests
cargo test
# run individual test
cargo test test_sequential_write -- --nocapture