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

Add integration test

This commit is contained in:
Cristian Betivu
2021-06-06 14:58:13 +02:00
committed by Jesse Duffield
parent 0c135515a5
commit d65c018875
21 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1 @@
file0

View File

@ -0,0 +1 @@
d1d98a10aa479467df903fea43d45df9dc538bc8

View File

@ -0,0 +1,8 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[user]
email = CI@example.com
name = CI

View File

@ -0,0 +1 @@
Unnamed repository; edit this file 'description' to name the repository.

View File

@ -0,0 +1,6 @@
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~

View File

@ -0,0 +1,3 @@
0000000000000000000000000000000000000000 d1d98a10aa479467df903fea43d45df9dc538bc8 CI <CI@example.com> 1622983913 +0200 commit (initial): file0
d1d98a10aa479467df903fea43d45df9dc538bc8 19bec20dd95b2a7cb0cc18b39c865edc1836748c CI <CI@example.com> 1622983913 +0200 commit: file0
19bec20dd95b2a7cb0cc18b39c865edc1836748c d1d98a10aa479467df903fea43d45df9dc538bc8 CI <CI@example.com> 1622983922 +0200 checkout: moving from master to 0.0.1

View File

@ -0,0 +1,2 @@
0000000000000000000000000000000000000000 d1d98a10aa479467df903fea43d45df9dc538bc8 CI <CI@example.com> 1622983913 +0200 commit (initial): file0
d1d98a10aa479467df903fea43d45df9dc538bc8 19bec20dd95b2a7cb0cc18b39c865edc1836748c CI <CI@example.com> 1622983913 +0200 commit: file0

View File

@ -0,0 +1,3 @@
x<01><>K
<EFBFBD>0 <05><>)<29>/<>X<EFBFBD>R
Y<EFBFBD><18>,<2C><>B<EFBFBD>_<1F><>3<><33>ɾmK<6D><4B>¥<EFBFBD><C2A5>V E<><45>g<EFBFBD>sL*RFL<46>B<EFBFBD><42>YQ<59><51><EFBFBD><EFBFBD><EFBFBD>-<2D><10><09>\*<2A>X<EFBFBD>!H<1D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>O{<7B><>'{<1F><>~y;V<>ɾ=<3D>B <20><EFBFBD><E4A3BD><EFBFBD>鶟j<E9B69F>gn겪3?K9b

View File

@ -0,0 +1,2 @@
x<01><>M
<EFBFBD>0@<40><>s<EFBFBD><73>Jf2<66><07>\y 3<>P<EFBFBD><10><~=B<><42><0F><>Z<EFBFBD><0E>|<7C><>*<2A>|<7C><6F>(3<><33><EFBFBD>>%A<>CJ<0E>,<2C><>iL3<<3C><><EFBFBD><EFBFBD>R<EFBFBD>M<1F><><08><>Rt <1D>-Yk<59>zM<7A><4D><EFBFBD>MY7<59><37><07>+V

View File

@ -0,0 +1 @@
19bec20dd95b2a7cb0cc18b39c865edc1836748c

View File

@ -0,0 +1 @@
d1d98a10aa479467df903fea43d45df9dc538bc8

View File

@ -0,0 +1 @@
19bec20dd95b2a7cb0cc18b39c865edc1836748c

View File

@ -0,0 +1 @@
{"KeyEvents":[{"Timestamp":1555,"Mod":0,"Key":9,"Ch":9},{"Timestamp":2908,"Mod":0,"Key":256,"Ch":63},{"Timestamp":4293,"Mod":0,"Key":258,"Ch":0},{"Timestamp":4593,"Mod":0,"Key":258,"Ch":0},{"Timestamp":4626,"Mod":0,"Key":258,"Ch":0},{"Timestamp":4642,"Mod":0,"Key":258,"Ch":0},{"Timestamp":4659,"Mod":0,"Key":258,"Ch":0},{"Timestamp":4676,"Mod":0,"Key":258,"Ch":0},{"Timestamp":4709,"Mod":0,"Key":258,"Ch":0},{"Timestamp":4726,"Mod":0,"Key":258,"Ch":0},{"Timestamp":4742,"Mod":0,"Key":258,"Ch":0},{"Timestamp":4759,"Mod":0,"Key":258,"Ch":0},{"Timestamp":4792,"Mod":0,"Key":258,"Ch":0},{"Timestamp":4809,"Mod":0,"Key":258,"Ch":0},{"Timestamp":4825,"Mod":0,"Key":258,"Ch":0},{"Timestamp":4842,"Mod":0,"Key":258,"Ch":0},{"Timestamp":5133,"Mod":0,"Key":258,"Ch":0},{"Timestamp":5382,"Mod":0,"Key":258,"Ch":0},{"Timestamp":6474,"Mod":0,"Key":13,"Ch":13},{"Timestamp":8905,"Mod":0,"Key":256,"Ch":32},{"Timestamp":11204,"Mod":0,"Key":256,"Ch":113}],"ResizeEvents":[{"Timestamp":0,"Width":158,"Height":38}]}

View File

@ -0,0 +1,18 @@
#!/bin/sh
cd $1
git init
git config user.email "CI@example.com"
git config user.name "CI"
touch file0
git add file0
git commit -am file0
git tag 0.0.1
touch file1
git add file1
git commit -am file0
git tag 0.0.2

View File

@ -0,0 +1 @@
{ "description": "Change tabs from Options menu", "speed": 30 }