glossarist / iev-data

1 stars 1 forks source link

Improve capturing stdout and stderr in specs #91

Closed skalee closed 3 years ago

skalee commented 3 years ago

This program prints some information to stdout and stderr. Proper stdout and stderr capturing is needed to get readable test results. Also, some tests make expectations on what was written to stdout.

This pull request improves ease of use and quality of stdout and stderr capturing.