Unit and Integration Test generation for Developers. Generate tests and stubs for your application that actually work!
翻译 - No code API testing platform. Create unit tests and data mocks from API calls.
Automatically generate Go test boilerplate from your source code.
翻译 - 从您的源代码生成Go测试。
'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results.
All-in-one go testing library
go-test-coverage is a tool designed to report issues when test coverage falls below a specified threshold
A Go Test Explorer for VS code (https://marketplace.visualstudio.com/items?itemName=premparihar.gotestexplorer)
Yet another Go package for working with *.golden test files, with a focus on simplicity.
Go mock library that proxies method calls to embedded types.
Library to run any third-party dependency in Docker on any platform Docker supports
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
This project is an example to develop API and Web UI applications using Go. It provide that searching the Marvel comic characters and show the character's information on the Web UI through Marvel API.
Golang utilities to be used with the gopkg.in/check.v1 unit testing package
Go testing framework with extra sugar!
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 Auth...
POC of hexagonal architecture, to show case how it facilitates testing and mocking for golang.