brewlog/tests/server/main.rs
Jon Seager b3d697978c
test(brews): add server and CLI integration tests
- Test create, list, get, delete operations
- Test bag deduction and conflict on insufficient coffee
- Test CLI commands with defaults
- Add create_default_gear helper
2026-02-02 19:32:35 +00:00

9 lines
168 B
Rust

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