go-test
There are 29 repositories under go-test topic.
keploy/keploy
Unit and Integration Test generation for Developers. Generate tests and stubs for your application that actually work!
cweill/gotests
Automatically generate Go test boilerplate from your source code.
gotestyourself/gotestsum
'go test' runner with output optimized for humans, JUnit XML for CI integration, and a summary of the test results.
jstemmer/go-junit-report
Convert Go test output to JUnit XML
xhd2015/xgo
All-in-one go testing library
ppparihar/GoTestExplorer
A Go Test Explorer for VS code (https://marketplace.visualstudio.com/items?itemName=premparihar.gotestexplorer)
robotomize/go-allure
A command line utility for converting the output of Go tests into allure reports.
jimeh/go-golden
Yet another Go package for working with *.golden test files, with a focus on simplicity.
lesiw/moxie
Go mock library that proxies method calls to embedded types.
marksalpeter/sugar
Better testing for go
hasSalil/customdeepequal
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
koseburak/marvel-universe-web
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.
nkristek/go-default
A default go project with GitHub Actions
arikkfir/justest
Go testing framework with extra sugar!
hasSalil/go-check-utils
Golang utilities to be used with the gopkg.in/check.v1 unit testing package
rsachdeva/illuminatingdeposits-rest
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.
rulanugrh/valetudo
wanna be software engineer expert
teran/go-docker-testsuite
Library to run any third-party dependency in Docker on any platform Docker supports
afurgapil/library-management-system
basic Go project structure and CRUD operations using the Go(Fiber)
Faroukelkholy/projectcorp
POC of hexagonal architecture, to show case how it facilitates testing and mocking for golang.
adrianomonteiroweb/go-tests
Repositório de estudos de testes em Golang.
aSTRonuun/Discover-GO
This repository is for applying all the knowledge I acquired studying the fundamentals of GO
Febrianto752/go-dts-ch3-exercise
Exercise all session chapter 3 go programming secure your go apps - Hactive8
jimeh/go-goldsert
A suite of Go test helpers which uses golden files to assert marshaling and unmarshaling of given objects.
joschi/go-junit-report
Convert Go test output to JUnit XML
martishin/movies-db
User editable database for movies and TV shows, built using React.js on the frontend and Go on the backend
pablosilvab/demo-testing-golang
Proyecto de juguete para probar TDD con Golang.