robertdfrench / git-pr

Pull requests without Git(Hub|Lab)
GNU General Public License v3.0
0 stars 1 forks source link

Inject `Command`-like object into Git client #49

Open robertdfrench opened 2 years ago

robertdfrench commented 2 years ago

This will let Git client prepare the argument string for git, and this argument string can be unit-tested in memory. Separately, the Command-like type can be integration tested against a much smaller example binary.