nvim-neotest / neotest

An extensible framework for interacting with tests within NeoVim.
MIT License
2.12k stars 105 forks source link

Dynamically bind busted hook functions #369

Closed HiPhish closed 3 months ago

HiPhish commented 4 months ago

Follow-up to #366, I have picked the second solution because it maintains the existing interface. I have successfully tested this change with busted, but not with Plenary busted because that one does not work for me in general.

rcarriga commented 3 months ago

Nice this looks great! Thanks for the PR :smile: