fidgetingbits / talon-vim

Talon-side plugin for interacting with vim/neovim using Talon Voice. This is the original fidgetingbits repo code.
MIT License
1 stars 1 forks source link

Create tests for different talon-vim functionality #1

Open saidelike opened 9 months ago

saidelike commented 9 months ago

Short term:

Long term:

List of tests:

fidgetingbits commented 9 months ago

The basics of this are done and documented in the tests branch. I'll add some more tests before merging it to make sure everything is sane.

I'm not sure what will need to use the repl interface for, I already forget. So far with basic tests the mimic action is sufficient.

saidelike commented 9 months ago

Nice work on initial tests. Sounds good to me.

I think we initially thought that to call mimic() in the talon context on CI or if we don't want to say an initial command to trigger the tests that we would need to interface with REPL but the way you did it is good for now imho