gremlins
Test quality checker
A tool to verify test quality by randomly introducing changes into the code tested and determining if those changes are caught by tests
A mutation testing tool for Go.
201 stars
3 watching
19 forks
Language: Go
last commit: 6 months ago
Linked from 1 awesome list
gogolangmutation-testingtestingtesting-techniquestesting-tools
Related projects:
Repository | Description | Stars |
---|---|---|
| An automated testing tool that assesses the quality and coverage of test suites by introducing controlled changes to code bases. | 255 |
| Reports on test coverage issues to ensure higher code quality and prevent regressions over time | 99 |
| Tools to augment Go testing and support common testing patterns | 518 |
| A tool for writing functional tests against real databases in Go applications. | 1,125 |
| A testing library for Go that allows developers to create reusable snapshots of test data | 178 |
| A tool for testing and interacting with gRPC services in various scenarios. | 330 |
| A comprehensive testing system for Go programming language applications | 824 |
| A tool to detect untested parts of source code by introducing small changes and testing the resulting behavior. | 650 |
| Tool for comparing and testing Go code | 436 |
| A BDD testing framework for Go that uses the gherkin syntax and aims to provide more flexibility and customization than existing alternatives. | 115 |
| Analyzes test coverage of Go source files and displays the results in the terminal. | 246 |
| Transforms Golang test output into a human-readable format | 521 |
| Automatically checks test output for changes and fails tests if output differs from previously recorded snapshots | 311 |
| A tool that checks the usage of the testify testing framework in Go programs | 105 |
| A web-based GUI client for testing and developing gRPC services | 702 |