summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-08-14 19:15:21 +1000
committerJesse Duffield <jessedduffield@gmail.com>2022-08-14 20:49:20 +1000
commit9c0d860980a2391d938e77bac54efdc2a5015103 (patch)
tree92f590e8ba4c3a98d579ab4d71e4f58d6140f547 /test
parent4aea005f2674b5d21478582b2143739fdc2fcb93 (diff)
basic custom command test
Diffstat (limited to 'test')
-rw-r--r--test/integration/customCommands/config/config.yml18
-rw-r--r--test/integration/customCommands/expected/repo/.git_keep/COMMIT_EDITMSG1
-rw-r--r--test/integration/customCommands/expected/repo/.git_keep/indexbin137 -> 0 bytes
-rw-r--r--test/integration/customCommands/expected/repo/.git_keep/logs/HEAD1
-rw-r--r--test/integration/customCommands/expected/repo/.git_keep/logs/refs/heads/master1
-rw-r--r--test/integration/customCommands/expected/repo/.git_keep/objects/15/bdb2c31c825116ad5af06ee25517d90b24f13bbin115 -> 0 bytes
-rw-r--r--test/integration/customCommands/expected/repo/.git_keep/objects/20/f11a5545b04a86ca81f7a9967d5207349052d7bin22 -> 0 bytes
-rw-r--r--test/integration/customCommands/expected/repo/.git_keep/objects/8a/2e45643093ea7cf7b06382e38470034c24e812bin49 -> 0 bytes
-rw-r--r--test/integration/customCommands/expected/repo/.git_keep/refs/heads/master1
-rw-r--r--test/integration/customCommands/expected/repo/blah1
-rw-r--r--test/integration/customCommands/recording.json1
-rw-r--r--test/integration/customCommands/setup.sh10
-rw-r--r--test/integration/customCommands/test.json1
-rw-r--r--test/integration_new/custom_commands/basic/expected/repo/.git_keep/FETCH_HEAD (renamed from test/integration/customCommands/expected/repo/.git_keep/FETCH_HEAD)0
-rw-r--r--test/integration_new/custom_commands/basic/expected/repo/.git_keep/HEAD (renamed from test/integration/customCommands/expected/repo/.git_keep/HEAD)0
-rw-r--r--test/integration_new/custom_commands/basic/expected/repo/.git_keep/config (renamed from test/integration/customCommands/expected/repo/.git_keep/config)0
-rw-r--r--test/integration_new/custom_commands/basic/expected/repo/.git_keep/description (renamed from test/integration/customCommands/expected/repo/.git_keep/description)0
-rw-r--r--test/integration_new/custom_commands/basic/expected/repo/.git_keep/info/exclude (renamed from test/integration/customCommands/expected/repo/.git_keep/info/exclude)0
-rw-r--r--test/integration_new/custom_commands/basic/expected/repo/myfile0
19 files changed, 0 insertions, 35 deletions
diff --git a/test/integration/customCommands/config/config.yml b/test/integration/customCommands/config/config.yml
deleted file mode 100644
index 33c1d684e..000000000
--- a/test/integration/customCommands/config/config.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-disableStartupPopups: true
-customCommands:
- - key : 'N'
- description: 'Add file'
- command: "echo {{index .PromptResponses 0}} > {{index .PromptResponses 1}}"
- context: 'files'
- prompts:
- - type: 'input'
- title: 'File name:'
- - type: 'input'
- title: 'File content:'
-gui:
- theme:
- activeBorderColor:
- - green
- - bold
- SelectedRangeBgcolor:
- - reverse
diff --git a/test/integration/customCommands/expected/repo/.git_keep/COMMIT_EDITMSG b/test/integration/customCommands/expected/repo/.git_keep/COMMIT_EDITMSG
deleted file mode 100644
index 9daeafb98..000000000
--- a/test/integration/customCommands/expected/repo/.git_keep/COMMIT_EDITMSG
+++ /dev/null
@@ -1 +0,0 @@
-test
diff --git a/test/integration/customCommands/expected/repo/.git_keep/index b/test/integration/customCommands/expected/repo/.git_keep/index
deleted file mode 100644
index 1cdf852e0..000000000
--- a/test/integration/customCommands/expected/repo/.git_keep/index
+++ /dev/null
Binary files differ
diff --git a/test/integration/customCommands/expected/repo/.git_keep/logs/HEAD b/test/integration/customCommands/expected/repo/.git_keep/logs/HEAD
deleted file mode 100644
index db58e88aa..000000000
--- a/test/integration/customCommands/expected/repo/.git_keep/logs/HEAD
+++ /dev/null
@@ -1 +0,0 @@
-0000000000000000000000000000000000000000 15bdb2c31c825116ad5af06ee25517d90b24f13b CI <CI@example.com> 1617684452 +1000 commit (initial): test
diff --git a/test/integration/customCommands/expected/repo/.git_keep/logs/refs/heads/master b/test/integration/customCommands/expected/repo/.git_keep/logs/refs/heads/master
deleted file mode 100644
index db58e88aa..000000000
--- a/test/integration/customCommands/expected/repo/.git_keep/logs/refs/heads/master
+++ /dev/null
@@ -1 +0,0 @@
-0000000000000000000000000000000000000000 15bdb2c31c825116ad5af06ee25517d90b24f13b CI <CI@example.com> 1617684452 +1000 commit (initial): test
diff --git a/test/integration/customCommands/expected/repo/.git_keep/objects/15/bdb2c31c825116ad5af06ee25517d90b24f13b b/test/integration/customCommands/expected/repo/.git_keep/objects/15/bdb2c31c825116ad5af06ee25517d90b24f13b
deleted file mode 100644
index c309d426a..000000000
--- a/test/integration/customCommands/expected/repo/.git_keep/objects/15/bdb2c31c825116ad5af06ee25517d90b24f13b
+++ /dev/null
Binary files differ
diff --git a/test/integration/customCommands/expected/repo/.git_keep/objects/20/f11a5545b04a86ca81f7a9967d5207349052d7 b/test/integration/customCommands/expected/repo/.git_keep/objects/20/f11a5545b04a86ca81f7a9967d5207349052d7
deleted file mode 100644
index 368e30f82..000000000
--- a/test/integration/customCommands/expected/repo/.git_keep/objects/20/f11a5545b04a86ca81f7a9967d5207349052d7
+++ /dev/null
Binary files differ
diff --git a/test/integration/customCommands/expected/repo/.git_keep/objects/8a/2e45643093ea7cf7b06382e38470034c24e812 b/test/integration/customCommands/expected/repo/.git_keep/objects/8a/2e45643093ea7cf7b06382e38470034c24e812
deleted file mode 100644
index 78c73ed64..000000000
--- a/test/integration/customCommands/expected/repo/.git_keep/objects/8a/2e45643093ea7cf7b06382e38470034c24e812
+++ /dev/null
Binary files differ
diff --git a/test/integration/customCommands/expected/repo/.git_keep/refs/heads/master b/test/integration/customCommands/expected/repo/.git_keep/refs/heads/master
deleted file mode 100644
index ce73a61b4..000000000
--- a/test/integration/customCommands/expected/repo/.git_keep/refs/heads/master
+++ /dev/null
@@ -1 +0,0 @@
-15bdb2c31c825116ad5af06ee25517d90b24f13b
diff --git a/test/integration/customCommands/expected/repo/blah b/test/integration/customCommands/expected/repo/blah
deleted file mode 100644
index 20f11a554..000000000
--- a/test/integration/customCommands/expected/repo/blah
+++ /dev/null
@@ -1 +0,0 @@
-myfile
diff --git a/test/integration/customCommands/recording.json b/test/integration/customCommands/recording.json
deleted file mode 100644
index f49c696e3..000000000
--- a/test/integration/customCommands/recording.json
+++ /dev/null
@@ -1 +0,0 @@
-{"KeyEvents":[{"Timestamp":837,"Mod":0,"Key":256,"Ch":78},{"Timestamp":1622,"Mod":0,"Key":256,"Ch":109},{"Timestamp":1798,"Mod":0,"Key":256,"Ch":121},{"Timestamp":1918,"Mod":0,"Key":256,"Ch":102},{"Timestamp":2006,"Mod":0,"Key":256,"Ch":105},{"Timestamp":2078,"Mod":0,"Key":256,"Ch":108},{"Timestamp":2174,"Mod":0,"Key":256,"Ch":101},{"Timestamp":2431,"Mod":0,"Key":13,"Ch":13},{"Timestamp":3246,"Mod":0,"Key":256,"Ch":98},{"Timestamp":3294,"Mod":0,"Key":256,"Ch":108},{"Timestamp":3398,"Mod":0,"Key":256,"Ch":97},{"Timestamp":3462,"Mod":0,"Key":256,"Ch":104},{"Timestamp":3735,"Mod":0,"Key":13,"Ch":13},{"Timestamp":4206,"Mod":0,"Key":256,"Ch":32},{"Timestamp":4421,"Mod":0,"Key":256,"Ch":99},{"Timestamp":4646,"Mod":0,"Key":256,"Ch":116},{"Timestamp":4726,"Mod":0,"Key":256,"Ch":101},{"Timestamp":4886,"Mod":0,"Key":256,"Ch":115},{"Timestamp":4918,"Mod":0,"Key":256,"Ch":116},{"Timestamp":5190,"Mod":0,"Key":13,"Ch":13},{"Timestamp":5550,"Mod":0,"Key":256,"Ch":113}],"ResizeEvents":[{"Timestamp":0,"Width":272,"Height":74}]} \ No newline at end of file
diff --git a/test/integration/customCommands/setup.sh b/test/integration/customCommands/setup.sh
deleted file mode 100644
index fbd02e952..000000000
--- a/test/integration/customCommands/setup.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -e
-
-cd $1
-
-git init
-
-git config user.email "CI@example.com"
-git config user.name "CI"
diff --git a/test/integration/customCommands/test.json b/test/integration/customCommands/test.json
deleted file mode 100644
index c5c5aaf5c..000000000
--- a/test/integration/customCommands/test.json
+++ /dev/null
@@ -1 +0,0 @@
-{ "description": "Invoke a custom command that creates a file, and then stage and commit that file", "speed": 5 }
diff --git a/test/integration/customCommands/expected/repo/.git_keep/FETCH_HEAD b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/FETCH_HEAD
index e69de29bb..e69de29bb 100644
--- a/test/integration/customCommands/expected/repo/.git_keep/FETCH_HEAD
+++ b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/FETCH_HEAD
diff --git a/test/integration/customCommands/expected/repo/.git_keep/HEAD b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/HEAD
index cb089cd89..cb089cd89 100644
--- a/test/integration/customCommands/expected/repo/.git_keep/HEAD
+++ b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/HEAD
diff --git a/test/integration/customCommands/expected/repo/.git_keep/config b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/config
index 8ae104545..8ae104545 100644
--- a/test/integration/customCommands/expected/repo/.git_keep/config
+++ b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/config
diff --git a/test/integration/customCommands/expected/repo/.git_keep/description b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/description
index 498b267a8..498b267a8 100644
--- a/test/integration/customCommands/expected/repo/.git_keep/description
+++ b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/description
diff --git a/test/integration/customCommands/expected/repo/.git_keep/info/exclude b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/info/exclude
index 8e9f2071f..8e9f2071f 100644
--- a/test/integration/customCommands/expected/repo/.git_keep/info/exclude
+++ b/test/integration_new/custom_commands/basic/expected/repo/.git_keep/info/exclude
diff --git a/test/integration_new/custom_commands/basic/expected/repo/myfile b/test/integration_new/custom_commands/basic/expected/repo/myfile
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/test/integration_new/custom_commands/basic/expected/repo/myfile