1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-29 22:48:24 +02:00

Add integration test that accesses commit properties in a custom command

Useful as a regression test to check that the following commit doesn't break it.
This commit is contained in:
Stefan Haller
2024-04-11 18:38:20 +02:00
parent 28923fc9d0
commit e6a07b3f03
3 changed files with 46 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ var tests = []*components.IntegrationTest{
conflicts.ResolveExternally,
conflicts.ResolveMultipleFiles,
conflicts.UndoChooseHunk,
custom_commands.AccessCommitProperties,
custom_commands.BasicCmdAtRuntime,
custom_commands.BasicCmdFromConfig,
custom_commands.CheckForConflicts,