Capture and suppress stdout and stderr if there is no error
Open
- Dominant language
- C++
- Stars
- 21.5k
- Forks
- 3.5k
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 2
Description
**Description**
The python `pytest` framework only displays stdout and stderr if there is an error in the unit test. And then it displays each separately, not interleaved.
**Additional context**
It would be great if catch2 did this. #49 implies that it does, but it doesn't seem to.
Contributor guide
Research direction
The issue names no files, tests, or entry points. Start by reviewing Catch2's existing output handling and the behavior referenced by #49. Done means stdout and stderr are captured, suppressed for passing tests, and shown interleaved when a test errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100