0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-23 20:07:09 +00:00
Files
libsql/libsql-server/tests/tests.rs
2023-10-19 09:11:25 +02:00

9 lines
147 B
Rust

#![cfg(feature = "sim-tests")]
#![allow(clippy::disallowed_names)]
mod cluster;
mod common;
mod embedded_replica;
mod namespaces;
mod standalone;