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.
105 stars
3 watching
9 forks
Language: Go
last commit: 3 months ago
Linked from 1 awesome list
gogolanglinterstatic-analysistestify
Related projects:
Repository | Description | Stars |
---|---|---|
| A tool for writing functional tests against real databases in Go applications. | 1,125 |
| Detects potential misuse of standard library variables in Go code | 43 |
| Reports on test coverage issues to ensure higher code quality and prevent regressions over time | 99 |
| A testing framework for Go that allows writing self-documenting tests/specifications and executes them concurrently and safely isolated. | 113 |
| A simple and extensible library for behavioural testing of Go web applications. | 802 |
| A testing framework for Go with simple and readable API | 1,809 |
| Analyzes test coverage of Go source files and displays the results in the terminal. | 246 |
| Analyzes and summarizes Go test output for developers. | 1,036 |
| A tool to verify test quality by randomly introducing changes into the code tested and determining if those changes are caught by tests | 201 |
| A testing framework for building API handlers in Golang. | 442 |
| A BDD testing framework for Go that uses the gherkin syntax and aims to provide more flexibility and customization than existing alternatives. | 115 |
| A tool for writing and running tests in Go with colorful output and benchmarking capabilities. | 8 |
| A testing library with generic assertions and helpers for Go tests | 103 |
| Provides a boilerplate code to test and benchmark cloud platforms with Golang | 3 |
| A comprehensive testing framework for Go, providing features for assertions, fuzzing, output capture, and more. | 419 |