#
golang-testing
Here are 26 public repositories matching this topic...
Golang deep variable equality test that returns human-readable differences
-
Updated
Oct 13, 2021 - Go
Extremely flexible golang deep comparison, extends the go testing package, tests HTTP APIs and provides tests suite
testing
go
golang
framework
toolkit
test-suite
assertions
equality
tests
testsuite
hacktoberfest
golang-package
golang-testing
deep-equals
httptest
variable-equality
testdeep
-
Updated
Jun 30, 2022 - Go
Docker image includes golang coverage tools for testing.
-
Updated
Sep 13, 2018 - Roff
Go assertions against test fixtures with nice line diffs, and an -update flag for updating fixture or "golden" files.
-
Updated
Jul 16, 2020 - Go
Spawn your Go binary from its TestMain, for end-to-end tests
-
Updated
Dec 10, 2020 - Go
-
Updated
Apr 19, 2019 - Go
A bash function that prettifies the output of `go test`
-
Updated
Mar 3, 2020 - Shell
This repository demonstrate a library for sql to connect master and slave node with 100% test coverage.
-
Updated
Feb 18, 2022 - Go
Helper tool to test go programs with PostgreSQL database
-
Updated
Mar 14, 2022 - Go
Snapshot testing for Golang
-
Updated
Oct 14, 2019 - Go
Testing Statup using Cypress! Go to website link to watch test videos
-
Updated
Aug 17, 2018 - JavaScript
Testes automatizados utilizando o BreweryDB
-
Updated
Feb 3, 2018 - Go
Demonstration of testing REST API in Golang with Gorilla Mux & PostgreSQL
-
Updated
Apr 23, 2020 - Go
A lightweight dependency-free helper for writing golang tests.
-
Updated
Dec 1, 2019 - Go
iTechArt Golang Students Lab Social tournament service
go
docker
kubernetes
docker-compose
rest-api
postgresql
clean-architecture
gcloud
bash-script
golang-testing
-
Updated
Nov 9, 2019 - Go
Unit testing & mocking example using testify as assertion toolkit and mockery as mock generator.
-
Updated
Jul 27, 2021 - Go
Изучение 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
Oct 2, 2017 - Go
-
Updated
Mar 24, 2020 - Makefile
-
Updated
Sep 21, 2019 - Go
Simple Go tool returns user name based on the AWS access key ID
-
Updated
Jan 27, 2017 - Go
a simple golang testing and benchmark example
-
Updated
Mar 25, 2022 - Go
Improve this page
Add a description, image, and links to the golang-testing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the golang-testing 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.