szpak / gradle-pitest-plugin

Gradle plugin for PIT Mutation Testing

Home Page:http://gradle-pitest-plugin.solidsoft.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for integration tests in separate modules

szpak opened this issue · comments

Having integration tests in a separate subproject it should be possible to configure PIT to mutate code also from other subprojects.

The idea originally requested by Christian Schwerdtfeger.

Implemented in 1.1.4. See documentation for sample usage.