doctest icon indicating copy to clipboard operation
doctest copied to clipboard

Doctest does not support BDD style scenario with fixture as Catch2 does

Open boutblock opened this issue 4 years ago • 3 comments

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)

boutblock avatar Nov 18 '20 10:11 boutblock

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?

daudrain avatar Jul 13 '23 13:07 daudrain