golang-testing
There are 47 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/gdt
Go Declarative Testing
gdt-dev/kube
Go Declarative Testing - Kubernetes
b3ndoi/factory-go
Laravel-inspired test factories for Go with generics.
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.
gdt-dev/http
Go Declarative Testing - HTTP
corbym/htmlspec
HTML output generator for GoGiven
cp-dharti-r/tdd-in-golang-with-gin-and-mysql
This repository has the implementation of crud operation with Test-Driven Development (TDD).
erdii/matrix
A small matrix test generator implementation for go.
Eun/go-test-buckets
Split your go tests into buckets.
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
lansfy/gonkex
Gonkex - a declarative testing framework for go microservices
mateothegreat/go-tdag
A directed acyclic graph (DAG) driven testing framework for Go.
VanceLongwill/snapshot
Snapshot testing for Golang
gdt-dev/examples
Go Declarative Testing - Examples
mcriley821/simplemock
Go simple mock generator
post-human-world/go-testing-for-jenkins-pipeline
A example shows how to use Jenkins and golang coverage
WheeskyJack/cicd-includes
CI/CD includes to be used by other projects. This project is holding the common test, linter etc jobs.
emkeyen/go_server_test_api
Simple HTTP Server written in Go for Testing purposes
lelebus/go-gqlclient
A low-level GraphQL client for golang, specifically thought for testing GraphQL services