#
testing-golang
Here are 2 public repositories matching this topic...
base docker images for golang projects pipelines
lint
testing
go
docker
golang
dockerfile
docker-image
linter
building
docker-images-golang
testing-golang
-
Updated
Apr 19, 2022 - Shell
Improve this page
Add a description, image, and links to the testing-golang topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the testing-golang topic, visit your repo's landing page and select "manage topics."
I have two setups, in one the
-parallel
option works just fine in vscode - it generates parallel test cases as it should. In the other it doesn't do anything (not reporting errors in custom flags is a problem in the vscode go plugin, which is not the issue here).Both were installed with
go get -u github.com/cweill/gotests/...
when in the $HOME directory within 15 minutes of each other.