Improved runtime tests by using T.Run API: https://golang.org/pkg/testing/#T.Run This should improve the test output and make it more visible which test is doing what.
Improved runtime tests by using T.Run API: https://golang.org/pkg/testing/#T.Run This should improve the test output and make it more visible which test is doing what.