Skip to content

detangle Go test output when t.Run() and t.Parallel() are combined

License

Notifications You must be signed in to change notification settings

muir/detangle_testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

detangle Go test output when t.Run() and t.Parallel() are combined

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages