mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-13 00:18:56 +01:00
10 lines
322 B
Rust
10 lines
322 B
Rust
mod common;
|
|
mod search;
|
|
mod index;
|
|
|
|
// Tests are isolated by features in different modules to allow better readability, test
|
|
// targetability, and improved incremental compilation times.
|
|
//
|
|
// All the integration tests live in the same root module so only one test executable is generated,
|
|
// thus improving linking time.
|