mutalk
Mutation tester
A tool for mutation testing in Smalltalk to improve test quality and fault-finding effectiveness.
Mutation Testing in Pharo Smalltalk
21 stars
7 watching
14 forks
Language: Smalltalk
last commit: 16 days ago
Linked from 2 awesome lists
pharo
Related projects:
Repository | Description | Stars |
---|---|---|
aliparsai/littledarwin | A tool for testing software's robustness to faults and failures | 18 |
boxed/mutmut | Tool for detecting and applying code mutations to improve testing | 927 |
stryker-mutator/stryker4s | A mutation testing framework for Scala projects. | 201 |
pharo-contributions/pharo-talents | A Smalltalk library for dynamically adding and removing behavior to objects without modifying classes. | 23 |
nlohmann/mutate_cpp | A mutation testing tool for C++ projects to detect programming errors | 172 |
squareslab/boggart | A tool for testing code changes by introducing random errors and assessing the impact on the code's functionality | 2 |
testura/testura.mutation | A tool to verify unit test quality by introducing artificial defects into production code and checking if tests detect them. | 105 |
stryker-mutator/stryker-net | A tool for testing .NET projects by introducing temporary bugs to verify test reliability and effectiveness | 1,782 |
juliendelplanque/drtests | An UI extension for testing Smalltalk projects | 7 |
hcoles/pitest | A mutation testing system for Java that helps identify fragile code | 1,700 |
mbj/mutant | Automated code review tool with mutation testing to simplify and improve code quality | 1,956 |
jmid/mutaml | A tool that tests software quality by randomly changing code to see if tests can catch the changes | 65 |
comparethemarket/fettle | An experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes | 66 |
muter-mutation-testing/muter | Automated mutation testing tool for Swift | 498 |
sualeh/introduction-to-mutation-testing | An introduction to using mutation testing to validate unit tests in software development | 23 |