testfixtures
Database tester
A tool for writing functional tests against real databases in Go applications.
Ruby on Rails like test fixtures for Go. Write tests against a real database
1k stars
10 watching
80 forks
Language: Go
last commit: 10 days ago
Linked from 2 awesome lists
databasefixturesgotesting
Related projects:
Repository | Description | Stars |
---|---|---|
maxatome/go-testdeep | Tool for comparing and testing Go code | 436 |
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 |
marvinjwendt/testza | A comprehensive testing framework for Go, providing features for assertions, fuzzing, output capture, and more. | 418 |
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 |
last-ent/testy-go | An application that provides a simple and flexible way to run tests in Go projects. | 8 |
dbfit/dbfit | A tool to simplify testing of database code in unit and integration tests. | 232 |
antonboom/testifylint | A tool that checks the usage of the testify testing framework in Go programs | 101 |
gotestyourself/gotest.tools | Tools to augment Go testing and support common testing patterns | 518 |
gkampitakis/go-snaps | A testing library for Go that allows developers to create reusable snapshots of test data | 173 |
go-restit/restit | A Go library to help write integration tests for RESTful APIs | 55 |
mfridman/tparse | Analyzes and summarizes Go test output for developers. | 1,025 |
maargenton/go-testpredicate | A comprehensive assertions library with diagnostic output for unit testing in Go. | 5 |
qiniu/goc | A comprehensive testing system for Go programming language applications | 818 |
matryer/is | A testing framework for Go with simple and readable API | 1,782 |
bitfield/gotestdox | Formats Go test results as readable documentation | 120 |