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

8 lines
153 B
Rust

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