Test Tooling

#Helpers

#gotests

#gotestsum

#tparse

#Libraries

#Editors Integration

Visual Studio Code

    // gotests wraper, allow to pass own options to gotests
    // the next options will generate parallel tests as maps using testify template
    "go.generateTestsFlags" : [ "-template=testify", "-named", "-parallel" ],
    // run tests in verbose with count=1 (cleans cache)
    "go.testFlags" : ["-v", "-count=1"],