jesseduffield.lazygit/pkg
Jesse Duffield 4de31da4be fix up tests
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-03-02 13:39:09 +11:00
..
app work towards more interactive rebase options 2019-02-19 23:36:36 +11:00
commands fix up tests 2019-03-02 13:39:09 +11:00
config rename any commit 2019-02-18 21:29:43 +11:00
git fix up tests 2019-03-02 13:39:09 +11:00
gui change type of cherryPickedCommits from []string to []*Commit 2019-02-24 17:34:19 +11:00
i18n cleanup 2019-02-24 18:34:18 +11:00
test fix up tests 2019-03-02 13:39:09 +11:00
updates use go-errors package to display stacktrace of errors that cause panics 2019-02-11 22:39:17 +11:00
utils decolorise strings before calculating padwidths 2019-02-24 17:05:17 +11:00