-
Updated
Apr 3, 2021 - JavaScript
mutation-testing
Here are 172 public repositories matching this topic...
-
Updated
Apr 19, 2021 - TypeScript
-
Updated
Apr 12, 2021 - Ruby
-
Updated
Apr 18, 2021 - PHP
-
Updated
Apr 19, 2021 - Java
-
Updated
Dec 31, 2017 - PHP
-
Updated
Mar 29, 2021 - C++
Log the runtime
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_job and end_job.
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.
Document mutations
-
Updated
Apr 6, 2021 - Swift
-
Updated
Oct 31, 2020 - Python
-
Updated
Feb 27, 2021
-
Updated
Apr 19, 2021 - Groovy
-
Updated
Mar 30, 2021 - TypeScript
Right now the temp dir is deleted after running using a FS2 tempDir Resource. This is done in the MutantRunner.
It'd be nice to have a config option to keep the generated temp dir after running for debugging purposes to look at the generated code. An option similar to [Stry
-
Updated
Mar 15, 2021 - Java
-
Updated
Aug 23, 2020 - Ruby
-
Updated
Mar 23, 2021 - C#
-
Updated
Apr 14, 2021 - Haskell
-
Updated
Mar 11, 2021 - Python
-
Updated
Mar 8, 2021 - Groovy
-
Updated
Oct 13, 2020
-
Updated
Apr 18, 2021 - D
-
Updated
Mar 6, 2021 - Crystal
-
Updated
Jun 27, 2020 - Java
Improve this page
Add a description, image, and links to the mutation-testing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mutation-testing topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
When running tests in Rider, it will not recompile the main project dlls if there are no changes in the source files. When running Stryker, it will modify the dlls in a way that breaks test runs in Rider. This forces me to recompile the project manually in Rider after running Stryker.
Describe the solution you'd like
It wo