You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(cli): add comprehensive CLI integration and unit tests
- add integration tests covering activity flow, error scenarios, and CLI output validation using assert_cmd, predicates, and tempfile.
- add unit tests for formatting, parsing, and edge case handling in models and utility modules.
- fix command argument handling and config injection in tests to use `BOAT_CONFIG` env var.
- update error message assertions for compatibility with current clap output.
- ensure robust duration formatting and corresponding expectation in tests.
0 commit comments