brewlog/tests/cli
Jon Seager bee94d2a2e
fix(api): flatten RoastWithRoaster JSON response for consistency
The list-roasts API was returning nested objects with a "roast" field,
which was inconsistent with other list APIs in the codebase. Added
serde's #[serde(flatten)] attribute to make the response flat while
maintaining the internal struct composition.
2026-02-02 16:32:56 +00:00
..
bags_cli.rs test: add test for listing all bags 2025-11-27 14:32:56 +00:00
gear_cli.rs refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00
helpers.rs test: add cli tests for bags 2025-11-27 14:02:58 +00:00
main.rs test(gear): add comprehensive test suite for gear entity 2026-02-02 16:09:02 +00:00
roasters_cli.rs test: add cli tests for bags 2025-11-27 14:02:58 +00:00
roasts_cli.rs fix(api): flatten RoastWithRoaster JSON response for consistency 2026-02-02 16:32:56 +00:00
tokens_cli.rs feat: add username/password flags to create-token command 2025-11-26 16:32:40 +00:00