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.

GitHub

105 stars
3 watching
9 forks
Language: Go
last commit: almost 2 years ago
Linked from 1 awesome list

gogolanglinterstatic-analysistestify

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
go-testfixtures/testfixturesA tool for writing functional tests against real databases in Go applications.1,125
sashamelentyev/usestdlibvarsDetects potential misuse of standard library variables in Go code43
vladopajic/go-test-coverageReports on test coverage issues to ensure higher code quality and prevent regressions over time99
luontola/gospecA testing framework for Go that allows writing self-documenting tests/specifications and executes them concurrently and safely isolated.113
steinfletcher/apitestA simple and extensible library for behavioural testing of Go web applications.802
matryer/isA testing framework for Go with simple and readable API1,809
msoap/go-carpetAnalyzes test coverage of Go source files and displays the results in the terminal.246
mfridman/tparseAnalyzes and summarizes Go test output for developers.1,036
go-gremlins/gremlinsA tool to verify test quality by randomly introducing changes into the code tested and determining if those changes are caught by tests201
appleboy/gofightA testing framework for building API handlers in Golang.442
go-bdd/gobddA BDD testing framework for Go that uses the gherkin syntax and aims to provide more flexibility and customization than existing alternatives.115
vcaesar/ttA tool for writing and running tests in Go with colorful output and benchmarking capabilities.8
earthboundkid/beA testing library with generic assertions and helpers for Go tests103
victorshinya/go-cloudProvides a boilerplate code to test and benchmark cloud platforms with Golang3
marvinjwendt/testzaA comprehensive testing framework for Go, providing features for assertions, fuzzing, output capture, and more.419