be
Test helper
A testing library with generic assertions and helpers for Go tests
The Go test helper for minimalists
102 stars
3 watching
1 forks
Language: Go
last commit: about 1 year ago
Linked from 2 awesome lists
genericgogolanggolden-filetesting
Related projects:
Repository | Description | Stars |
---|---|---|
earthboundkid/requests | A library providing a simpler and more convenient HTTP client API for Go. | 1,512 |
emicklei/forest | A package for writing integration tests in Go using REST API testing | 123 |
rekby/fixenv | A package for writing and using reusable test helpers | 30 |
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 |
gotestyourself/gotest.tools | Tools to augment Go testing and support common testing patterns | 518 |
gfredericks/test.chuck | A utility library for test.check with features for scaling test runs and generating random data. | 216 |
matryer/is | A testing framework for Go with simple and readable API | 1,782 |
eaigner/shield | A flexible Bayesian text classifier with backend storage support | 158 |
go-restit/restit | A Go library to help write integration tests for RESTful APIs | 55 |
evermeer/uitesthelper | A utility library to simplify UI testing by reducing code duplication and making tests more robust against typos. | 56 |
gkampitakis/go-snaps | A testing library for Go that allows developers to create reusable snapshots of test data | 173 |
gotesttools/gotestfmt | Transforms Golang test output into a human-readable format | 512 |
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 |
mfridman/tparse | Analyzes and summarizes Go test output for developers. | 1,025 |
go-testfixtures/testfixtures | A tool for writing functional tests against real databases in Go applications. | 1,116 |