summaryrefslogtreecommitdiffstats
path: root/pkg/commands/pull_request_test.go
AgeCommit message (Collapse)Author
2020-09-29move models folder into commands folderJesse Duffield
2020-09-29fix testsJesse Duffield
2020-09-29move OS commands into their own packageJesse Duffield
2020-09-29pull branch model out into models packageJesse Duffield
2020-03-01chore: keeping coverage up :DWilliam Wagner Moraes Artero
2019-03-16Update bitbucket pull request url.Kristijan Husak
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
2018-11-30Add full stops to new comments.BlakeMScurr
2018-11-30Add simple comments to uncommented functions.BlakeMScurr
2018-10-20Add separate open command for links and check if branch exists on remote ↵Kristijan Husak
before opening pull request link.
2018-10-15Remove unnecessary nil error in NewPullRequest.Kristijan Husak
2018-10-13Add option to create pull request form branches panel.Kristijan Husak