brewlog/tests/server/main.rs
copilot-swe-agent[bot] 05d856a41d
refactor: move server tests to standalone module
Move tests/server.rs to tests/server/main.rs and update module
paths to make the server tests more self-contained. All test
imports now use crate::helpers instead of crate::server::helpers.

Co-authored-by: jnsgruk <668505+jnsgruk@users.noreply.github.com>
2025-11-24 17:58:24 +00:00

3 lines
51 B
Rust

pub mod helpers;
pub mod roasters;
pub mod roasts;