Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 911 Bytes

Readme.md

File metadata and controls

28 lines (13 loc) · 911 Bytes

#pitest-extensions

Extension plugins for the pitest mutation plugin:

original plugin: http://pitest.org/

pitest-annotation-extension

extention to the pitest plugin, in order to ignore the mutation on the code generated by annotations (like lombock, etc.)

more detail here:https://github.com/sarahBuisson/pitest-extensions/blob/master/pitest-annotation-extension

pitest-scm-extension

Extension to the pitest plugin, in order to only mutate the class of code who have been updated between two branches, refs, etc. currently only work with git.

more detail here:https://github.com/sarahBuisson/pitest-extensions/blob/master/pitest-annotation-extension

pitest-kotlin-extension

Extension to the pitest plugin, in order to ignore the mutation on the code generated by some kotlin keywords.

more detail here:https://github.com/sarahBuisson/pitest-extensions/blob/master/pitest-kotlin-extension