-
Updated
Nov 1, 2020 - JavaScript
{{ message }}
Mutation testing for JavaScript and friends
Automated code reviews via mutation testing - semantic code coverage.
AST based PHP Mutation Testing Framework
Humbug is a Mutation Testing framework for PHP to measure the real effectiveness of your test suites and assist in their improvement. It eats Code Coverage for breakfast.
State of the art mutation testing system for the JVM
Practical mutation testing tool for C and C++
Is your feature request related to a problem? Please describe.
I'm not being able to run Stryker in a project (netframework 4.5) inside a machine that doesn't have VS2017 installed (it has VS2015). Stryker fails when it tries to build the solution.
I ran some tests and found out that it tries to use the MSBuild.exe located at the first path defined on MSBuildHelper's.fallbackLocations.
The plugin source is currently split into two files, one of which is auto-generated by build.rs. The lib.rs is getting unwieldy. Time to browse for sets of functionality that can be put into their own modules, before navigating the source gets too cumbersome.
MutPy is a mutation testing tool for Python 3.x source code
Mutation testing resources: how to make better code by introducing bugs
Gradle plugin for PIT Mutation Testing
Curried Type Testing library, and Test Matchers for Jest
At the start of the program, I see the following output:
15:17:59.096 [pool-49-thread-1] INFO stryker4s.mutants.Mutator - Found 12 of 14 file(s) to be mutated.
15:17:59.097 [pool-49-thread-1] INFO stryker4s.mutants.Mutator - 257 Mutant(s) generated.
15:17:59.473 [scala-execution-context-global-367] INFO stryker4s.sbt.runner.SbtMutantRunner - Setting up mutated environme
Descartes supports developers to improve their test suites by reporting weak spots in covered code
fork of mutant with inline disable comments and a few different mutations.
An experimental mutation testing tool for C# code
refine properties for testing Haskell programs
Gradle plugin for PIT Mutation Testing in Android projects
Practical Program Repair via Bytecode Mutation
Regexp based tool for mutating generic source code across numerous languages
Mutation testing for crystal.
Suite of C/C++ tooling built on LLVM/Clang
Mutation testing for Java in Eclipse IDE. Based on PIT (Pitest).
Add a description, image, and links to the mutation-testing topic page so that developers can more easily learn about it.
To associate your repository with the mutation-testing topic, visit your repo's landing page and select "manage topics."
Currently, the log in the database does not contain any information about the runtime of the individual job_ids. But I think this could be quite an interesting information to have.
The runtime can be logged either as a duration or with two timestamps:
start_jobandend_job.