brewlog/tests/cli/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

7 lines
134 B
Rust

pub mod bags_cli;
pub mod brews_cli;
pub mod gear_cli;
pub mod helpers;
pub mod roasters_cli;
pub mod roasts_cli;
pub mod tokens_cli;