1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-07 22:02:56 +03:00

Add integration tests for checkout/new branch with autostash

This commit is contained in:
Brandon
2024-08-31 14:27:40 -07:00
committed by Stefan Haller
parent e8e39f5ce2
commit 4e880e56c4
3 changed files with 116 additions and 0 deletions

View File

@@ -38,11 +38,13 @@ var tests = []*components.IntegrationTest{
bisect.ChooseTerms,
bisect.FromOtherBranch,
bisect.Skip,
branch.CheckoutAutostash,
branch.CheckoutByName,
branch.CreateTag,
branch.Delete,
branch.DeleteRemoteBranchWithCredentialPrompt,
branch.DetachedHead,
branch.NewBranchAutostash,
branch.NewBranchFromRemoteTrackingDifferentName,
branch.NewBranchFromRemoteTrackingSameName,
branch.OpenPullRequestNoUpstream,