You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel like we're doing a lot of the same work and was wondering if you'd be interested in merging the repos?
Then we can both focus on making neotest for C++ better, primarily through integration with CMake and supporting parametrized tests through runtime discovery.
My plugin does not support anything but gtest, while yours does. My plugin does not rely on ctest for test discovery, and with CMake integration should become very easy to use. We can combine these two things.
My plugin also has a very overengineered test framework that nevertheless works quite well I think 😄
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey @orjangj ,
I'm working on https://github.com/alfaix/neotest-gtest and saw this plugin from issues in cmake-tools and neotest.
I feel like we're doing a lot of the same work and was wondering if you'd be interested in merging the repos?
Then we can both focus on making neotest for C++ better, primarily through integration with CMake and supporting parametrized tests through runtime discovery.
My plugin does not support anything but gtest, while yours does. My plugin does not rely on
ctest
for test discovery, and with CMake integration should become very easy to use. We can combine these two things.My plugin also has a very overengineered test framework that nevertheless works quite well I think 😄
Let me know what you think.
Beta Was this translation helpful? Give feedback.
All reactions