neotest-gtest
neotest-gtest copied to clipboard
Google Test adapter for nvim-neotest
Resolves: #14
This happens whenever I try to run tests with this adapter, but is easily reproducible with my small [aocpp repo](https://github.com/zotlann/aocpp). Steps to reproduce and full error output below. 1. build...
Ideally, we would like to automatically discover executables for tests with Bazel, CMake, and Conan. For CMake [cmake-tools.nvim](https://github.com/Civitasv/cmake-tools.nvim) may be useful.
Can have a look at how other plugins do it, e.g., [neotest-python](https://github.com/nvim-neotest/neotest-python). Will likely involve running the executable to discover the IDs, and then doing best-guess matching. Also best to...
Hey :wave: [rocks.nvim](https://github.com/nvim-neorocks/rocks.nvim) has the ability to install luarocks packages and automatically install dependencies, including tree-sitter parsers. I was wondering: Would you be open to automating releases and publishing this...
Hi there, would it be possible to execute a pre build step before a test run? At the moment I always have to build my binary by hand and then...