jesseduffield.lazygit/pkg/commands
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
..
branch.go consider whether the view has focus when rendering the contents of a view 2019-02-16 15:17:44 +11:00
commit.go support cherry picking commits 2019-02-24 13:51:52 +11:00
dummies.go fix up tests 2019-03-02 13:39:09 +11:00
exec_live_default.go fix git tests 2019-02-16 11:24:47 +11:00
exec_live_win.go pkg: Fix typo 2019-01-16 18:06:11 +11:00
file.go consider whether the view has focus when rendering the contents of a view 2019-02-16 15:17:44 +11:00
git.go fix up tests 2019-03-02 13:39:09 +11:00
git_structs.go color merged and unmerged commits differently 2018-09-18 21:45:35 +10:00
git_test.go fix up tests 2019-03-02 13:39:09 +11:00
os.go fix up tests 2019-03-02 13:39:09 +11:00
os_default_platform.go more work on rebasing feature 2019-02-16 21:01:17 +11:00
os_test.go fix up tests 2019-03-02 13:39:09 +11:00
os_windows.go refactor: move fallback to platform struct 2018-09-10 10:31:15 +02:00
pull_request.go use go-errors package to display stacktrace of errors that cause panics 2019-02-11 22:39:17 +11:00
pull_request_test.go fix up tests 2019-03-02 13:39:09 +11:00
stash_entry.go consider whether the view has focus when rendering the contents of a view 2019-02-16 15:17:44 +11:00