mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-19 21:28:28 +02:00
add another integration test
This commit is contained in:
parent
485f6d5386
commit
c36349f460
@ -50,6 +50,10 @@ func tests() []integrationTest {
|
||||
name: "patchBuilding",
|
||||
fixture: "updatedFile",
|
||||
},
|
||||
{
|
||||
name: "patchBuilding2",
|
||||
fixture: "updatedFile",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1 +1,12 @@
|
||||
disableStartupPopups: true
|
||||
gui:
|
||||
theme:
|
||||
activeBorderColor:
|
||||
- green
|
||||
- bold
|
||||
inactiveBorderColor:
|
||||
- cyan
|
||||
selectedLineBgColor:
|
||||
- reverse
|
||||
SelectedRangeBgcolor:
|
||||
- reverse
|
||||
|
1
test/integration/patchBuilding2/recording.json
Normal file
1
test/integration/patchBuilding2/recording.json
Normal file
File diff suppressed because one or more lines are too long
40
test/integration/patchBuilding2/snapshot.txt
Normal file
40
test/integration/patchBuilding2/snapshot.txt
Normal file
@ -0,0 +1,40 @@
|
||||
On branch master
|
||||
nothing to commit, working tree clean
|
||||
test1
|
||||
firstline2
|
||||
secondline
|
||||
thirdline
|
||||
asd
|
||||
|
||||
|
||||
diff --git a/myfile2 b/myfile2
|
||||
index f3c8a07..9396d8d 100644
|
||||
--- a/myfile2
|
||||
+++ b/myfile2
|
||||
@@ -1,3 +1,3 @@
|
||||
-firstline
|
||||
+firstline2
|
||||
secondline
|
||||
thirdline
|
||||
myfile2
|
||||
|
||||
|
||||
diff --git a/myfile2 b/myfile2
|
||||
new file mode 100644
|
||||
index 0000000..f3c8a07
|
||||
--- /dev/null
|
||||
+++ b/myfile2
|
||||
@@ -0,0 +1,3 @@
|
||||
+firstline
|
||||
+secondline
|
||||
+thirdline
|
||||
myfile1
|
||||
|
||||
|
||||
diff --git a/myfile1 b/myfile1
|
||||
new file mode 100644
|
||||
index 0000000..a5bce3f
|
||||
--- /dev/null
|
||||
+++ b/myfile1
|
||||
@@ -0,0 +1 @@
|
||||
+test1
|
Loading…
x
Reference in New Issue
Block a user