Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 394 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 394 Bytes

detangle_testing

go install github.com/muir/detangle_testing@latest

A tiny utility to process the output of Go tests to make it easier to see a linear flow of what contributed to a failed test.

When you combine t.Run() with t.Parallel(), the output of Go tests can be very hard to follow because the output from many tests can be intermixed.

This utiltity detangles the output.