muterl
Test quality checker
A tool for verifying test quality by introducing small changes to code and checking if tests pass.
Mutation checker for Erlang
15 stars
3 watching
2 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
tonicai/tonic_validate | A framework for evaluating and monitoring the quality of large language model outputs in Retrieval Augmented Generation applications. | 271 |
simonmichael/shelltestrunner | Tool for testing command-line programs and commands in a portable way. | 134 |
muter-mutation-testing/muter | Automated mutation testing tool for Swift | 503 |
and-semakin/flake8-pytestrail | Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
bodigrim/smallcheck | A testing library that checks Haskell code properties exhaustively using automatic test case generation | 134 |
zimmski/go-mutesting | A tool to detect untested parts of source code by introducing small changes and testing the resulting behavior. | 650 |
orsinium-labs/typeforce | A tool to simplify Python package maintenance by automating type checking and stub installation. | 19 |
rudymatela/fitspec | Automates refinement of test properties for Haskell functions by testing mutant variations and providing suggestions for improvement. | 74 |
chiselverify/chiselverify | A verification library for digital hardware described in Chisel or legacy components from VHDL, Verilog, or SystemVerilog | 142 |
mull-project/mull | A tool for testing and validating C and C++ programs by introducing intentional errors to simulate real-world failures. | 755 |
toml-lang/toml-test | A tool that verifies the correctness of TOML parsers and writers through automated testing. | 216 |
norfairking/smos | A comprehensive tool for managing text-based user interfaces and testing software properties in Haskell. | 296 |
jmid/mutaml | A tool that tests software quality by randomly changing code to see if tests can catch the changes | 66 |
comparethemarket/fettle | An experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes | 66 |