golang-testing
There are 43 repositories under golang-testing topic.
cweill/gotests
Automatically generate Go test boilerplate from your source code.
go-test/deep
Golang deep variable equality test that returns human-readable differences
maxatome/go-testdeep
Extremely flexible golang deep comparison, extends the go testing package, tests HTTP APIs and provides tests suite
tianshanghong/GPT4Go
GPT4Go: AI-Powered Test Case Generation for Golang 🧪
agis/spawn
Spawn your Go server from within its own test suite, for end-to-end tests
appleboy/golang-testing
Docker image includes golang coverage tools for testing.
tj/go-fixture
Go assertions against test fixtures with nice line diffs, and an -update flag for updating fixture or "golden" files.
chainguard-dev/go-oidctest
Library for creating fake OIDC providers in tests
bayashi/actually
A testing library focused on turning failure into success
fnando/bolt
A nicer test runner for golang
gdt-dev/kube
Go Declarative Testing - Kubernetes
gdt-dev/gdt
Go Declarative Testing
olomix/go-test-pg
Helper tool to test go programs with PostgreSQL database
icyflame/gospec
A bash function that prettifies the output of `go test`
lesiw/testdetect
Remove test hooks at compile time.
rosspatil/sql-db-mocking
This repository demonstrate a library for sql to connect master and slave node with 100% test coverage.
tshakalekholoane/diff
Exports the Go standard library's internal/diff package.
corbym/htmlspec
HTML output generator for GoGiven
erdii/matrix
A small matrix test generator implementation for go.
Eun/go-test-buckets
Split your go tests into buckets.
gdt-dev/http
Go Declarative Testing - HTTP
hunterlong/statup-testing
Testing Statup using Cypress! Go to website link to watch test videos
javice/GoLang_FRT_API_Tests
Pruebas automatizadas para la API de JSONPlaceholder utilizando Go
VanceLongwill/snapshot
Snapshot testing for Golang
agungroyat/go-mux
Demonstration of testing REST API in Golang with Gorilla Mux & PostgreSQL
gdt-dev/examples
Go Declarative Testing - Examples
lansfy/gonkex
Gonkex - a declarative testing tool for go microservices
mateothegreat/go-tdag
A directed acyclic graph (DAG) driven testing framework for Go.
mcriley821/simplemock
Go simple mock generator
WheeskyJack/cicd-includes
CI/CD includes to be used by other projects. This project is holding the common test, linter etc jobs.
gabrielluizsf/gotesting
A simple way to test in go
lelebus/go-gqlclient
A low-level GraphQL client for golang, specifically thought for testing GraphQL services
muhammadisa/mocklearn
Unit testing & mocking example using testify as assertion toolkit and mockery as mock generator.
vijeth-ag/go-lang--testing
Project to demo TDD, CI, Github actions, code-coverage reporting