goc
Go tester
A comprehensive testing system for Go programming language applications
A Comprehensive Coverage Testing System for The Go Programming Language
818 stars
20 watching
117 forks
Language: Go
last commit: 6 days ago
Linked from 2 awesome lists
coverage-testinggotesting-tools
Related projects:
Repository | Description | Stars |
---|---|---|
qiniu/checkstyle | A tool that checks Go source code style and suggests improvements | 129 |
vladopajic/go-test-coverage | Tools to report on test coverage issues and ensure higher code quality | 87 |
appleboy/gofight | A testing framework for building API handlers in Golang. | 441 |
go-gremlins/gremlins | A tool to verify test quality by randomly introducing changes into the code tested and determining if those changes are caught by tests | 198 |
rendon/testcli | A testing framework for command line applications in Go language | 37 |
last-ent/testy-go | An application that provides a simple and flexible way to run tests in Go projects. | 8 |
go-restit/restit | A Go library to help write integration tests for RESTful APIs | 55 |
go-testfixtures/testfixtures | A tool for writing functional tests against real databases in Go applications. | 1,116 |
cunicu/gont | A framework to test and debug distributed applications in Go | 78 |
hexdigest/gounit | Generates tests stubs based on source function or method signature | 79 |
msoap/go-carpet | Analyzes test coverage of Go source files and displays the results in the terminal. | 246 |
go-bdd/gobdd | A BDD testing framework for Go that uses the gherkin syntax and aims to provide more flexibility and customization than existing alternatives. | 115 |
emicklei/forest | A package for writing integration tests in Go using REST API testing | 123 |
mfridman/tparse | Analyzes and summarizes Go test output for developers. | 1,025 |
xhd2015/xgo | An all-in-one testing library for Go that provides utilities for mocking, tracing, and testing | 368 |