nvim-neotest / neotest-go

MIT License
133 stars 43 forks source link

cannot run unit tests #69

Open rvdwijngaard opened 8 months ago

rvdwijngaard commented 8 months ago

Hi,

I want to make a PR for a bug which I encountered. I wanted to add a test case to the suites and run unit tests like this:

nvim --headless -c ':PlenaryBustedDirectory lua/spec'

Unfortunately this does not work. All tests are in status "Scheduling" forever. It seems like an issue with plenary.nvim. I am using lazy.nvim as my package manager.

Am I missing something?

rvdwijngaard commented 8 months ago

I made a pr #71 which adds a Makefile to enable a smoother testing flow.