010f6d7f6e
migrate submodule add test
2023-02-12 10:47:41 +11:00
1da762c295
Explicitly pass --no-autosquash when rebasing
...
This fixes the problem shown in the previous commit.
2023-02-09 18:21:11 +01:00
e357c00d4d
Add an integration test showing a problem with autosquash during normal rebase
...
For users who have the rebase.autoSquash git config set to true, any regular
rebase will squash fixups in addition to rebasing. Not good -- we'll fix that in
the next commit.
2023-02-09 17:35:20 +01:00
e57843d947
Add integration test for ignoring whitespace in diff
2023-02-07 13:33:10 +01:00
368d6437b8
Merge pull request #2373 from phanithinks/clipboard_patch_option_2357
2023-01-31 17:02:46 +11:00
d0851113d1
Skipping copy_patch_to_clipboard test case
2023-01-29 10:20:56 +05:30
5dec080719
fix: fix RefName of detached HEAD to works in Chinese
2023-01-27 20:45:18 +09:00
f7f24dbfc1
better test
2023-01-26 13:25:56 +11:00
c6929c36ae
Corrected test assert
2023-01-23 15:53:21 +05:30
e8f4508cba
Fixed integration test case
2023-01-23 15:48:43 +05:30
d479a41cad
Added Integration testing the copy to clipboard in patchbuilding
2023-01-18 21:05:40 +05:30
6c3671f807
appease linter
2022-12-30 22:47:56 +11:00
89ba3a38b4
migrate filter path tests
2022-12-30 22:42:32 +11:00
6f709456fe
migrate test for rename branch and pull
2022-12-30 22:42:32 +11:00
277ca706eb
migrate fetchPrune integration test
2022-12-30 22:42:32 +11:00
8a1c763942
more git ignore stuff in integration test
2022-12-30 22:42:32 +11:00
f770a6246b
rename function
2022-12-28 14:19:56 +11:00
5e9a897348
migrate ignore gitignore integration test
2022-12-28 13:35:07 +11:00
f2d0f362d4
migrate discard staged changes test
2022-12-28 13:24:23 +11:00
ae07cf5506
migrate discard old file change test
2022-12-28 13:01:32 +11:00
9fef4447b6
move popup assertions into a struct
2022-12-28 11:00:22 +11:00
7aa843c75a
create actions struct
2022-12-28 10:54:38 +11:00
a3450dfdfc
fix suggestions test
2022-12-28 10:41:42 +11:00
b4e9806352
fix test
2022-12-28 10:32:36 +11:00
06c878c051
minor changes
2022-12-28 10:23:54 +11:00
ed93e0a2b0
remove dependency on model
2022-12-27 22:52:20 +11:00
c5050ecabd
move shell into test driver
2022-12-27 21:47:37 +11:00
78b495f50a
rename input to t
2022-12-27 21:35:36 +11:00
53e06b71ae
add tap function
2022-12-27 21:26:18 +11:00
b166b8f776
combine assert and input structs, clean up interface
2022-12-27 21:26:18 +11:00
09e80e5f2a
better namespacing for assertions
2022-12-27 21:26:18 +11:00
be30cbb375
add view asserter getter struct
2022-12-27 21:26:18 +11:00
b64f55518b
refactor commit message stuff in integration tests
2022-12-27 21:26:18 +11:00
926ed7b9b2
more refactoring of popup stuff
2022-12-27 21:26:18 +11:00
8052ac4fd6
add prompt asserter
2022-12-27 21:26:18 +11:00
c976839a63
refactor prompt handling in integration tests
2022-12-27 21:26:17 +11:00
09db4c4397
allow checking if line is selected in Lines and TopLines methods
2022-12-26 17:45:10 +11:00
96310288ee
allow chaining matchers
2022-12-26 17:15:33 +11:00
c841ba8237
add switch-to-view methods
2022-12-26 16:49:54 +11:00
9a6f21ce42
cleaner test assertions
2022-12-26 12:20:13 +11:00
fa0414777f
rename SelectedLine to CurrentLine in tests
2022-12-26 10:42:19 +11:00
5d2584a188
introduce ViewLines functions
2022-12-25 11:38:00 +11:00
b623ecf898
add helper functions for popups in tests
2022-12-24 19:15:59 +11:00
aedfce2845
refactor to not have Match at the start of assert method names, because it reads better that way
2022-12-24 19:14:52 +11:00
5c11b1ecb7
discard changes integration test
2022-12-24 19:05:46 +11:00
7c7f7bf9b9
migrate diffing integration tests
2022-12-21 22:52:23 +11:00
f910b42c9c
migrate confirm-on-quit integration test
2022-12-20 23:08:39 +11:00
bc4ace8357
add commit revert integration test
2022-12-20 22:45:02 +11:00
b40190bd94
add multi-line commit integration test
2022-12-20 22:45:02 +11:00
b13cfdfea0
migrate branch reset integration test
2022-12-19 22:38:32 +11:00