File size: 412 Bytes
5242e6a
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
//! End-to-end integration tests for the Koharu backend.
//!
//! Each test under `tests/` spawns a fresh [`TestApp`]: a temporary app-data
//! root, an `App`, an axum server on an ephemeral port, and a preconfigured
//! [`koharu_client::apis::configuration::Configuration`]. Tear-down drops
//! the tempdir; cleanup is best-effort (file locks on Windows may linger).

pub mod harness;

pub use harness::TestApp;