go-testpredicate
Assertion library
A comprehensive assertions library with diagnostic output for unit testing in Go.
Unit-testing predicates for Go.
5 stars
2 watching
0 forks
Language: Go
last commit: 9 days ago
Linked from 2 awesome lists
bddgogolangpredicatetesttestingtestsunit-testingunittest
Related projects:
Repository | Description | Stars |
---|---|---|
jgroeneveld/trial | A simple assertion library for Go that provides basic assertions and helpers for testing. | 6 |
go-playground/assert | A library providing custom assertion functionality for building more robust unit tests in Go. | 63 |
fluentassert/verify | An assertion library providing an extensible and type-safe API for writing tests in Go. | 46 |
maxatome/go-testdeep | Tool for comparing and testing Go code | 436 |
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 |
gkampitakis/go-snaps | A testing library for Go that allows developers to create reusable snapshots of test data | 173 |
ysmood/got | A Go test framework with features like pretty output and value snapshot assertion. | 265 |
corbym/gocrest | A hamcrest-like assertion library for Go | 106 |
go-testfixtures/testfixtures | A tool for writing functional tests against real databases in Go applications. | 1,116 |
google/go-attestation | Provides high-level primitives for remote machine identity and state validation across various platforms and TPMs. | 357 |
marvinjwendt/testza | A comprehensive testing framework for Go, providing features for assertions, fuzzing, output capture, and more. | 418 |
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 |
corbym/gogiven | Generates readable test output from Go code | 15 |