Report section when test fails outside of a section
Open
- Dominant language
- C++
- Stars
- 21.5k
- Forks
- 3.5k
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 2
Description
Apologies if this is something already implemented and I am doing it wrong, but I am using a test like this:
```
TEST_CASE("x")
{
SECTION("1")
{
code
}
SECTION("2")
{
different code
}
REQUIRE(test)
}
```
If the test fails, i don't know when section was used when failing.
Is there a way to report the section?
Contributor guide
Assessment
This issue has not been assessed yet.