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
643 stars
14 watching
56 forks
Language: Go
last commit: 5 months ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
go-critic/go-critic | A comprehensive and opinionated Go source code linter that provides checks for bugs, performance, and style issues. | 1,854 |
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 |
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 |
wzshiming/gotype | A tool for parsing and manipulating Golang source code at compile-time | 61 |
zimmski/tavor | Automates testing of structured data formats using randomized generation and analysis | 245 |
maxm65dia/vscode-go-prof | An extension for VS Code that provides benchmark profiling support for the Go language | 7 |
wireghoul/graudit | A tool to identify potential security flaws in source code using static analysis and regular expressions. | 1,538 |
gosecure/csp-auditor | Analyzes and configures website security policies to prevent malicious scripts from running on user devices. | 136 |
msoap/go-carpet | Analyzes test coverage of Go source files and displays the results in the terminal. | 246 |
mdempsky/unconvert | A tool that analyzes Go source code to identify and report unnecessary type conversions. | 378 |
antonboom/testifylint | A tool that checks the usage of the testify testing framework in Go programs | 101 |
parsifal-47/muterl | A tool for verifying test quality by introducing small changes to code and checking if tests pass. | 15 |
mfridman/tparse | Analyzes and summarizes Go test output for developers. | 1,025 |
agnivade/wasmbrowsertest | Automates compilation and execution of Go WASM tests in a browser | 191 |