Move integration tests into their own file
This commit is contained in:
parent
8393ae88b7
commit
bc6f8da029
3 changed files with 5222 additions and 5276 deletions
|
@ -4,6 +4,9 @@ mod db;
|
|||
mod env;
|
||||
mod rpc;
|
||||
|
||||
#[cfg(test)]
|
||||
mod integration_tests;
|
||||
|
||||
use axum::{body::Body, Router};
|
||||
use collab::{Error, Result};
|
||||
use db::{Db, PostgresDb};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue