nvim-neotest / neotest-go

MIT License
124 stars 43 forks source link

Support test under cursor for testify suites, support . in file names #67

Open roveo opened 7 months ago

roveo commented 7 months ago

Support for executing individual methods (and subtests) inside testify suites. A bit hacky since it relies on naming conventions.

In addition to that, allowed . character in test file names. I encounter this regularly and don't see a reason why they shouldn't be allowed.

Possible improvements:

Closes #6