alfaix / neotest-gtest

Google Test adapter for nvim-neotest
MIT License
45 stars 14 forks source link

How to properly set up the plugin? #7

Closed ErezAmihud closed 1 year ago

ErezAmihud commented 1 year ago

Hello, I tried to install the plugin. Running :Neotest summery shows me the correct files, but when entering to the file and running require('neotest').run.run() it alerts No Tests Found

I am testing it in the project in the tests/integration.

llllvvuu commented 1 year ago

This plugin has not adapted to breaking changes, so I made a few PRs here:

https://github.com/alfaix/neotest-gtest/pull/8 https://github.com/alfaix/neotest-gtest/pull/9

OP has stated he's busy, so I'm using my fork for now that has both these fixes: https://github.com/llllvvuu/neotest-gtest

alfaix commented 1 year ago

Should be fixed with #8 . Please re-open if it's not.