MeiliSearch/tests/integration.rs

12 lines
351 B
Rust
Raw Normal View History

2021-02-18 19:50:52 +01:00
mod common;
mod index;
2021-02-18 22:10:50 +01:00
mod search;
mod settings;
mod documents;
2021-02-18 20:44:33 +01:00
// 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.