mroth / scmpuff

:1234: Numeric file shortcuts for common git commands
https://mroth.github.io/scmpuff/
MIT License
384 stars 22 forks source link

Expand unit test coverage #59

Open mroth opened 2 years ago

mroth commented 2 years ago

While the integration tests (which originally date back to when we were porting scmbreeze from Ruby) are fairly extensive, there is more of the codebase that could be successfully unit tested in Go natively in isolation (see go test ./... -cover). This would be a good starter project for someone interested in helping out in maintaining this codebase.