catch2/tests
Martin Hořeňovský 10fb93cce8
Add new reporter event called for each test case enter/exit
This means that e.g. for `TEST_CASE` with two sibling `SECTION`s
the event will fire twice, because the `TEST_CASE` will be entered
twice.

Closes #2107 (the event mentioned there already exists, but this
is its counterpart that we also want to provide to users)
2021-09-14 13:19:45 +02:00
..
ExtraTests Add new reporter event called for each test case enter/exit 2021-09-14 13:19:45 +02:00
SelfTest Completely remove the testGroup events 2021-09-07 20:00:22 +02:00
TestScripts Add new reporter event called for each test case enter/exit 2021-09-14 13:19:45 +02:00
CMakeLists.txt Add test for !shouldfail and failed benchmarks 2021-08-21 00:06:31 +02:00