brewlog/tests/server/main.rs
copilot-swe-agent[bot] 996f7b0432
refactor: rename test files to clarify API-only scope
Rename roasters.rs to roasters_api.rs and roasts.rs to roasts_api.rs
to make it clear these files only test the /api/v1 endpoints, not the
page endpoints.

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

3 lines
59 B
Rust

pub mod helpers;
pub mod roasters_api;
pub mod roasts_api;