brewlog/tests/server/main.rs
Jon Seager 069e861255
test(cafes): add API, CLI, Datastar, timeline, and backup tests
Add 14 server API tests, 6 CLI tests, 4 Datastar fragment tests,
1 timeline event test, and backup round-trip verification. Wire
cafe_repo into test helpers.
2026-02-03 14:53:08 +00:00

11 lines
203 B
Rust

pub mod auth_api;
pub mod backup;
pub mod bags_api;
pub mod brews_api;
pub mod cafes_api;
pub mod datastar;
pub mod gear_api;
pub mod helpers;
pub mod roasters_api;
pub mod roasts_api;
pub mod timeline;