- Test create, list, get, delete operations - Test bag deduction and conflict on insufficient coffee - Test CLI commands with defaults - Add create_default_gear helper
7 lines
134 B
Rust
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;
|