Log the values returned by GENERATE
Open
- Dominant language
- C++
- Stars
- 21.5k
- Forks
- 3.5k
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 2
Description
Whenever I use `GENERATE`, I find myself using `CAPTURE` to log the generated value(s) to be able to pinpoint for which value a test case failed. It would be nice if `GENERATE` would automatically log the returned values (or create a `SECTION` for them) to make this clear in the default output.
Contributor guide
Assessment
This issue has not been assessed yet.