approvals / approvals/ApprovalTests.cpp
with CppUTest: `ApprovalMismatchException` suppresses other tests output
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 339
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
see example here
the example shows a test file that has two failing tests - one of them is using approvals, the other is a non-approvals test.
expected
both failures should be shown
actual
the non-approvals test output is not seen in the terminal
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the example linked in the issue and reproduce its two failing CppUTest tests. Trace how ApprovalMismatchException is handled, then verify that both the approvals failure and the non-approvals test output are visible in the terminal.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100