tursodatabase/libsql

Create new Rust test cases to increase test coverage

开放

#119 创建于 2023年1月26日

 (2 条评论) (1 个反应) (0 位负责人)C (490 个派生)batch import
good first issuehelp wanted

仓库指标

星标
 (16,744 个星标)
PR 合并指标
 (平均合并 23小时 19分钟) (30 天内合并 1 个 PR)

描述

We already have a rudimentary set of Rust tests under https://github.com/libsql/libsql/tree/main/test/rust_suite, but that only covers the new features. Ideally, the Rust test suite should increase the test coverage of the existing set of open source tests inherited from SQLite.

Contributions very much welcome, every new test case helps!

Here's an example of a simple test case: https://github.com/libsql/libsql/blob/bd68c17adf23c038fcfc44813ea2a943b423ca63/test/rust_suite/src/lib.rs#L19-L56

贡献者指南