mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add index snapshot test helper function
This commit is contained in:
parent
950d8e4c44
commit
334098a7e0
3 changed files with 327 additions and 0 deletions
|
@ -13,6 +13,10 @@ pub mod proximity;
|
|||
mod search;
|
||||
pub mod update;
|
||||
|
||||
#[cfg(test)]
|
||||
#[macro_use]
|
||||
pub mod snapshot_tests;
|
||||
|
||||
use std::collections::{BTreeMap, HashMap};
|
||||
use std::convert::{TryFrom, TryInto};
|
||||
use std::hash::BuildHasherDefault;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue