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

GitHub

650 stars
14 watching
56 forks
Language: Go
last commit: 7 months ago
Linked from 3 awesome lists


Backlinks from these 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,867
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 201
sashamelentyev/usestdlibvars Detects potential misuse of standard library variables in Go code 43
vladopajic/go-test-coverage Reports on test coverage issues to ensure higher code quality and prevent regressions over time 99
wzshiming/gotype A tool for parsing and manipulating Golang source code at compile-time 62
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,548
gosecure/csp-auditor Analyzes and configures website security policies to prevent malicious scripts from running on user devices. 138
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. 380
antonboom/testifylint A tool that checks the usage of the testify testing framework in Go programs 105
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,036
agnivade/wasmbrowsertest Automates compilation and execution of Go WASM tests in a browser 192