tests: split tests option crate in separate test file

Signed-off-by: Kushal Kumar <kushalkumargupta4@gmail.com>
This commit is contained in:
Kushal Kumar 2024-12-18 02:55:02 +05:30
parent b18cd9075d
commit df9ac07922
3 changed files with 38 additions and 40 deletions

View file

@ -7,6 +7,8 @@ pub mod extractors;
pub mod metrics;
pub mod middleware;
pub mod option;
#[cfg(test)]
mod option_test;
pub mod routes;
pub mod search;
pub mod search_queue;