Indent names of nested sections
Open
- Dominant language
- C++
- Stars
- 21.5k
- Forks
- 3.5k
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 2
Description
Indent section names in Catch2 output by their level of nesting.
ie.
```
Test Case
Section
Nested Section
Further Nested Section
```
Should become
```
Test Case
Section
Nested Section
Further Nested Section
```
Contributor guide
Research direction
Start by locating Catch2’s output formatting for nested section names. Compare the current output with the requested nesting levels in the issue, then verify the resulting output against those examples and add coverage if the relevant output tests are found.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100