This repository was archived by the owner on Jul 16, 2020. It is now read-only.
This repository was archived by the owner on Jul 16, 2020. It is now read-only.
Test-cases makes it hard to tell why a unit test fails #295
Closed
Description
Test-cases will report the test as failing and will colour it in red but it doesn't report the error message that actually caused the test to fail. This is because it only dumps the contents of standard error and not that of standard output which is where the logs from calls such as t.Fatalf go.