Move randomized integration test into its own file
This commit is contained in:
parent
47348542ef
commit
d8ccdff9fc
4 changed files with 1402 additions and 1348 deletions
|
@ -3,10 +3,11 @@ pub mod auth;
|
|||
pub mod db;
|
||||
pub mod env;
|
||||
pub mod executor;
|
||||
#[cfg(test)]
|
||||
mod integration_tests;
|
||||
pub mod rpc;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
use axum::{http::StatusCode, response::IntoResponse};
|
||||
use db::Database;
|
||||
use serde::Deserialize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue