mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
A global ~/.gitconfig file can have influence on how integration tests behave; in my case, I had the option "merge.conflictStyle" set to "diff3", which made the integration test "cherry_pick_conflict" fail because the diff was different from what the test expected. Make this more robust by telling git to ignore the global config file when running tests. |
||
|---|---|---|
| .. | ||
| actions.go | ||
| alert_driver.go | ||
| assertion_helper.go | ||
| commit_message_panel_driver.go | ||
| confirmation_driver.go | ||
| file_system.go | ||
| git.go | ||
| matcher.go | ||
| menu_driver.go | ||
| paths.go | ||
| popup.go | ||
| prompt_driver.go | ||
| runner.go | ||
| shell.go | ||
| test.go | ||
| test_driver.go | ||
| test_test.go | ||
| viewDriver.go | ||
| views.go | ||