Add operator tests (delete, yank, change)#1
Conversation
|
Hi, It's great you're adding new tests. I just ran I didn't look any further yet, but that probably needs investigating. The other thing I noticed is that some tests take a long time to complete (10 seconds). These are some examples: Are those tests slow for you as well? I remember I needed If we ever add this testsuite to the evil-helix CI, it would be nicer if at least the Vim tests ran reasonably fast. |
|
Oh, the failed tests are evil-helix only tests. I renamed the file to indicate that. I was thinking we can add features to evil-helix when they don't have conflict with Vim. The test is for SPACE+[yank operations]. If you are against that, I can drop them (maybe put them in a separate repo).
I also have a 10 seconds delay on Vim. It looks like Another thing: |
Ok, that's fine.
In this test: The If you look at vim-keymap-test/bin/keymaptest Lines 41 to 44 in 310a367 ESC.
I didn't look at the other tests yet. |
|
I removed I need to test with Edit: Sorry, you wrote
Then the added escape procedure is probably useless. I'll try to improve this Draft later. Maybe after I get some feedback on usagi-flow/evil-helix#103. |
Thanks for this tool, it helped me a lot.
These are some tests related to commands like
diw,da),yy,dd... etcI used
$ESC$ESCinstead ofexpect NORor delay. It's working on my Linux. I probably need to change that.I'm using this particularly to validate this PR: usagi-flow/evil-helix#103