catchorg / catchorg/Catch2

Indent names of nested sections

Open
#1,556 1 comment 2 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.