testifylint
Test framework checker
A tool that checks the usage of the testify testing framework in Go programs
The Golang linter that checks usage of github.com/stretchr/testify.
101 stars
3 watching
8 forks
Language: Go
last commit: 8 days ago
Linked from 1 awesome list
gogolanglinterstatic-analysistestify
Related projects:
Repository | Description | Stars |
---|---|---|
go-testfixtures/testfixtures | A tool for writing functional tests against real databases in Go applications. | 1,116 |
sashamelentyev/usestdlibvars | Detects potential misuse of standard library variables in Go code | 43 |
vladopajic/go-test-coverage | Tools to report on test coverage issues and ensure higher code quality | 87 |
luontola/gospec | A testing framework for Go that allows writing self-documenting tests/specifications and executes them concurrently and safely isolated. | 113 |
steinfletcher/apitest | A simple and extensible library for behavioural testing of Go web applications. | 796 |
matryer/is | A testing framework for Go with simple and readable API | 1,782 |
msoap/go-carpet | Analyzes test coverage of Go source files and displays the results in the terminal. | 246 |
mfridman/tparse | Analyzes and summarizes Go test output for developers. | 1,025 |
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 |
appleboy/gofight | A testing framework for building API handlers in Golang. | 441 |
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 |
vcaesar/tt | A tool for writing and running tests in Go with colorful output and benchmarking capabilities. | 8 |
earthboundkid/be | A testing library with generic assertions and helpers for Go tests | 102 |
victorshinya/go-cloud | Provides a boilerplate code to test and benchmark cloud platforms with Golang | 3 |
marvinjwendt/testza | A comprehensive testing framework for Go, providing features for assertions, fuzzing, output capture, and more. | 418 |