mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
create workspace with meilisearch-error
This commit is contained in:
12
meilisearch-http/tests/integration.rs
Normal file
12
meilisearch-http/tests/integration.rs
Normal file
@ -0,0 +1,12 @@
|
||||
mod common;
|
||||
mod index;
|
||||
mod search;
|
||||
mod settings;
|
||||
mod documents;
|
||||
mod updates;
|
||||
|
||||
// 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.
|
Reference in New Issue
Block a user