alfaix / neotest-gtest

Google Test adapter for nvim-neotest
MIT License
42 stars 11 forks source link

Support `TEST_P` #13

Open alfaix opened 9 months ago

alfaix commented 9 months ago

Can have a look at how other plugins do it, e.g., neotest-python. Will likely involve running the executable to discover the IDs, and then doing best-guess matching.

Also best to probably treat all instantiations of a parametrized test as a single test, since neotest does not allow dividing the tests further into test cases.