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.
11 lines
203 B
Rust
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;
|