brewlog/tests/cli
Jon Seager 1257630019
refactor(tests): add CLI test macros and deduplicate helpers
- Add `define_cli_auth_test!` macro for authentication-required tests
- Add `define_cli_list_test!` macro for unauthenticated list tests
- Replace 18 auth tests and 5 list tests with macro invocations
- Add `create_entity_cli()` generic, convert per-entity helpers to
  thin wrappers
- Move `create_bag` and `create_gear` from brews_cli.rs to helpers.rs
2026-02-06 14:27:43 +00:00
..
backup_cli.rs refactor(tests): add CLI test macros and deduplicate helpers 2026-02-06 14:27:43 +00:00
bags_cli.rs refactor(tests): add CLI test macros and deduplicate helpers 2026-02-06 14:27:43 +00:00
brews_cli.rs refactor(tests): add CLI test macros and deduplicate helpers 2026-02-06 14:27:43 +00:00
cafes_cli.rs refactor(tests): add CLI test macros and deduplicate helpers 2026-02-06 14:27:43 +00:00
gear_cli.rs refactor(tests): add CLI test macros and deduplicate helpers 2026-02-06 14:27:43 +00:00
helpers.rs refactor(tests): add CLI test macros and deduplicate helpers 2026-02-06 14:27:43 +00:00
main.rs refactor(tests): add CLI test macros and deduplicate helpers 2026-02-06 14:27:43 +00:00
roasters_cli.rs refactor(tests): add CLI test macros and deduplicate helpers 2026-02-06 14:27:43 +00:00
roasts_cli.rs refactor(tests): add CLI test macros and deduplicate helpers 2026-02-06 14:27:43 +00:00
test_macros.rs refactor(tests): add CLI test macros and deduplicate helpers 2026-02-06 14:27:43 +00:00
tokens_cli.rs refactor(tests): add CLI test macros and deduplicate helpers 2026-02-06 14:27:43 +00:00