summaryrefslogtreecommitdiffstats
path: root/pkg/test
AgeCommit message (Collapse)Author
2019-03-02fix up testsJesse Duffield
This fixes up some git and oscommand tests, and pulls some tests into commit_list_builder_test.go I've also made the NewDummyBlah functions public so that I didn't need to duplicate them across packages I've also given OSCommand a SetCommand() method for setting the command on the struct I've also created a file utils.go in the test package for creating convient 'CommandSwapper's, which basically enable you to assert a sequence of commands on the command line, and swap each one out for a different one to actually be executed
2019-02-11use go-errors package to display stacktrace of errors that cause panicsJesse Duffield
2018-08-22Merge pull request #198 from antham/fix-various-errorsJesse Duffield
Fix various errors reported by goreportcard
2018-08-21remove useless checkAnthony HAMON
2018-08-20fix testPath for debian packagingDawid Dziurla
2018-08-19add test for variety of potential git diff situationsJesse Duffield