dswisher / git-exec-wrapper

A dotnet class library that provides a (hopefully) easy-to-use wrapper around command-line git
MIT License
0 stars 0 forks source link

Make usage more unit test friendly #3

Open dswisher opened 2 years ago

dswisher commented 2 years ago

The ExecCommandExtensions methods work fine, but would be hard for a user to unit test. Add an interface and class with those methods so that users can easily unit test their code.