jesseduffield.lazygit/pkg/git
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
..
testdata staging lines and hunks 2018-12-05 19:33:46 +11:00
branch_list_builder.go pull commit list builder functions into their own builder struct 2019-02-19 09:18:30 +11:00
commit_list_builder.go cleanup 2019-02-24 18:34:18 +11:00
commit_list_builder_test.go fix up tests 2019-03-02 13:39:09 +11:00
patch_modifier.go use go-errors package to display stacktrace of errors that cause panics 2019-02-11 22:39:17 +11:00
patch_modifier_test.go fix up tests 2019-03-02 13:39:09 +11:00
patch_parser.go staging lines and hunks 2018-12-05 19:33:46 +11:00
patch_parser_test.go fix up tests 2019-03-02 13:39:09 +11:00