klen / nvim-test

A Neovim wrapper for running tests
MIT License
183 stars 26 forks source link

How to stop test execution? #31

Open Emptyfruit opened 1 year ago

Emptyfruit commented 1 year ago

With the default setup, how can i stop running tests (i.e. if my tests a really long-running)? Is closing the buffer enough? (not obvious). The buffer does not seem to accept signals. Calling :terminal during test run shows and empty terminal.