nvim-neotest / neotest

An extensible framework for interacting with tests within NeoVim.
MIT License
2.29k stars 114 forks source link

[Feature Request] Boost.Test supporting #403

Open yvef opened 5 months ago

yvef commented 5 months ago

Hello. First of all, thanks for the amazing tool. Are there plans to support the Boost.Test lib in the nearest future? Or if there are an limitations/issues with that, can you share the knowledge? Thank you a lot.

maggflor commented 4 months ago

I started implementing an adapter for Boost.Test: neotest-boost-test It relies on ctest and treesitter and is still in development (see develop branch for the state that I'm currently using at work).

I would appreciate any input or help. I will try to put known limitations and open TODOs in the README as soon as I find the time.

yvef commented 4 months ago

I started implementing an adapter for Boost.Test: neotest-boost-test It relies on ctest and treesitter and is still in development (see develop branch for the state that I'm currently using at work).

I would appreciate any input or help. I will try to put known limitations and open TODOs in the README as soon as I find the time.

Amazing. I will check it.