pitmp-maven-plugin icon indicating copy to clipboard operation
pitmp-maven-plugin copied to clipboard

Maven plugin to handle multi module projects for PiTest

Results 28 pitmp-maven-plugin issues
Sort by recently updated
recently updated
newest added

There is automated tests but not with JUnit. The idea is to make JUnit tests that run PitMP on dhell and dnoo, using the plugin [maven-plugin-testing-harness](http://maven.apache.org/plugin-testing/maven-plugin-testing-harness). Then we can have...

enhancement

Hi. I can run pit and descartes on this XWiki module (https://github.com/xwiki/xwiki-commons/tree/master/xwiki-commons-core/xwiki-commons-component) but it fails when I follow the quick start guide of pitmp: ``` [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building...

help wanted

There is a property excludedTestClasses, but we may need to exclude only a specific method. You can use an interceptor with the full qualified name and the signature of the...

enhancement

We mutate only classes included in modules of the current tree, if parent project is located in another tree, classes of packages located in other trees are not mutated. The...

enhancement
question

I am wondering if there is a reason why `PmpContext#getClassesInternal` creates patterns for packages. Is this optimization needed? Patterns using the full path to the Java files might be more...

This issue is about running descartes module per module (as it's done on XWiki since running all modules take too long on our codebase) but to aggregate the Descartes report...

enhancement

Right now PitMP may analyze the same mutation several times if it is covered by tests in different modules. So, before running the tests on a module it would be...

enhancement

Adding paths into the class path of all depending modules is done without checking if 2 versions of the same component (jar file) are used. It would be useful to...

enhancement
question