brewlog/tests/cli
Jon Seager f8ffb37110
refactor(tests): use in-process server and shared AppState factory
Replace CLI test child process with in-process server on a background
thread, eliminating orphan processes after test runs. Simplify server
test helpers to use AppState::from_database() instead of manual repo
construction.
2026-02-06 13:48:15 +00:00
..
backup_cli.rs feat(backup): expose backup/restore via authenticated API endpoints 2026-02-04 19:38:49 +00:00
bags_cli.rs refactor(cli): restructure commands from flat to nested subcommands 2026-02-02 17:02:46 +00:00
brews_cli.rs test(brews): add server and CLI integration tests 2026-02-02 19:32:35 +00:00
cafes_cli.rs test(cafes): add API, CLI, Datastar, timeline, and backup tests 2026-02-03 14:53:08 +00:00
gear_cli.rs refactor(cli): restructure commands from flat to nested subcommands 2026-02-02 17:02:46 +00:00
helpers.rs refactor(tests): use in-process server and shared AppState factory 2026-02-06 13:48:15 +00:00
main.rs feat(backup): expose backup/restore via authenticated API endpoints 2026-02-04 19:38:49 +00:00
roasters_cli.rs refactor(cli): restructure commands from flat to nested subcommands 2026-02-02 17:02:46 +00:00
roasts_cli.rs feat(roast): add update command for consistency with other entities 2026-02-02 17:09:32 +00:00
tokens_cli.rs refactor(cli): restructure commands from flat to nested subcommands 2026-02-02 17:02:46 +00:00