upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/ngit_pr_checkout.rs
AgeCommit message (Collapse)Author
2026-03-05fix(test_utils): suppress deprecated cargo_bin warningDanConwayDev
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-05test(pr-checkout): replace broken ngit_list tests with ngit_pr_checkoutDanConwayDev
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.