go-mutesting
Code auditor
A tool to detect untested parts of source code by introducing small changes and testing the resulting behavior.
Mutation testing for Go source code
650 stars
14 watching
56 forks
Language: Go
last commit: 8 months ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A comprehensive and opinionated Go source code linter that provides checks for bugs, performance, and style issues. | 1,867 |
| A tool to verify test quality by randomly introducing changes into the code tested and determining if those changes are caught by tests | 201 |
| 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 tool for parsing and manipulating Golang source code at compile-time | 62 |
| Automates testing of structured data formats using randomized generation and analysis | 245 |
| An extension for VS Code that provides benchmark profiling support for the Go language | 7 |
| A tool to identify potential security flaws in source code using static analysis and regular expressions. | 1,548 |
| Analyzes and configures website security policies to prevent malicious scripts from running on user devices. | 138 |
| Analyzes test coverage of Go source files and displays the results in the terminal. | 246 |
| A tool that analyzes Go source code to identify and report unnecessary type conversions. | 380 |
| A tool that checks the usage of the testify testing framework in Go programs | 105 |
| A tool for verifying test quality by introducing small changes to code and checking if tests pass. | 15 |
| Analyzes and summarizes Go test output for developers. | 1,036 |
| Automates compilation and execution of Go WASM tests in a browser | 192 |