doctest
doctest copied to clipboard
Doctest does not support BDD style scenario with fixture as Catch2 does
A simple define is simply missing to achieve just that and be compatible:
#define SCENARIO_METHOD(x, name) DOCTEST_TEST_CASE_FIXTURE(x, " Scenario: " name)
Is there any reason why this macro has not been introduced yet? Just waiting for the PR or anything that would make this macro complicated to add?