orjangj / neotest-ctest

A neotest adapter for C/C++ using CTest as a test runner. Supports GoogleTest, Catch2 and doctest test frameworks.
MIT License
8 stars 4 forks source link

Add basic support for doctest #3

Closed orjangj closed 5 months ago

orjangj commented 5 months ago

https://github.com/doctest/doctest

Support for TEST_CASE, SCENARIO and TEST_CASE_FIXTURE will be fine for now. Maybe TEST_SUITE and friends as well if they're not too difficult to implement. Parameterized tests will have to wait until I figure out how to handle/map them to ctest testcase names.