#
go-test
Here are 15 public repositories matching this topic...
A Go Test Explorer for VS code (https://marketplace.visualstudio.com/items?itemName=premparihar.gotestexplorer)
-
Updated
Sep 26, 2020 - TypeScript
A re-implementation of the golang reflect.DeepEqual that allows registering of custom deep equal function for specified types. The custom deep equals works recursively when comparing structs
go
golang
unit-testing
customization
assertions
unittest
unit-tests
unittesting
unit-test
go-library
unittests
deep-equals
go-test
-
Updated
Apr 1, 2017 - Go
A default go project with GitHub Actions
-
Updated
Nov 6, 2019 - Go
Golang utilities to be used with the gopkg.in/check.v1 unit testing package
go
golang
unit-testing
assertions
unittest
assertion-library
unit-tests
unittesting
unit-test
go-library
unittests
deep-equals
go-test
-
Updated
Apr 1, 2017 - Go
Illuminating Deposits Rest Server Services - Go(Golang); Docker; Kubernetes Ingress Deployment with TLS; Postgres SQL; TLS requests with Sanity test Client; JWT generation for authentication;JWT Authentication for Interest Calculations. With Tests/ Coverage. With Observability - Tracing.
go
docker
tls
kubernetes
golang
unit-testing
json
docker-compose
rest-api
helm
integration-testing
postgresql
test-coverage
jwt-authentication
observability
go-test
ingress-nginx
dockertest
illuminatingdeposits-rest
go116
-
Updated
Feb 24, 2021 - Go
-
Updated
Oct 1, 2017 - Shell
Изучение Go через TDD (test-driven development)
testing
go
golang
tdd
russian
test-driven-development
golang-book
golang-testing
go-test
go-testing
golang-test
-
Updated
Sep 20, 2020 - Go
-
Updated
Jun 16, 2020 - Go
POC of hexagonal architecture, to show case how it facilitates testing and mocking for golang.
testing
docker
golang
postgres
docker-compose
hexagonal-architecture
gin-gonic
go-test
go-testing
golangci-lint
enabled-linters
-
Updated
Mar 24, 2021 - Go
Improve this page
Add a description, image, and links to the go-test topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the go-test topic, visit your repo's landing page and select "manage topics."
I have two setups, in one the
-paralleloption 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.