STAMP-project / pitmp-maven-plugin

Maven plugin to handle multi module projects for PiTest
GNU Lesser General Public License v3.0
46 stars 14 forks source link

Skip modules without tests #29

Closed nrainer closed 4 years ago

nrainer commented 6 years ago

If no test classes are found, the property target tests will be empty. As a consequence, PIT will derive patterns to match test classes from the packages in the application code. This may include undesired tests from other modules (and can cause ClassNotFoundExceptions). With this fix, modules without test classes will be skipped.

monperrus commented 4 years ago

Closing old PR. Thanks again!