| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-05 | fix(test_utils): suppress deprecated cargo_bin warning | DanConwayDev | |
| use_ngit_pr_checkout uses assert_cmd::cargo::cargo_bin which is deprecated in assert_cmd 2.1.0. Add #[allow(deprecated)] consistent with the existing suppression on rexpect_with and other callers. | |||
| 2026-03-05 | test(pr-checkout): replace broken ngit_list tests with ngit_pr_checkout | DanConwayDev | |
| tests/ngit_list.rs had 27 tests all failing because the interactive mode they tested has been replaced by a non-interactive implementation. Replace the file with a stub documenting the coverage gaps and add tests/ngit_pr_checkout.rs covering the same proposal branch checkout logic via `ngit pr checkout <id>`, starting with the fresh-checkout case. | |||