On Sun, Mar 2, 2025 at 1:15 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Usman Akinyemi <usmanakinyemi202@xxxxxxxxx> writes: > > > Also, about the testing, I was thinking of using the clar framework or the > > test-tool, do you have any in mind ? > > Neither of them seems a good fit for the task to me. > > Once you rewrite one of the built-in commands using this and run > "git $cmd -h" under "nongit" helper, wouldn't that be a good enough > test to future-proof the codepath? Thanks for this. To confirm, You meant using the "nonigt" functions in test files inside the "t/" directory? Thanks.