-
Hi!
While trying out the latest released version on the IJ marketplace, I did not manage to get any tests discovered: although the generated class path looks fine (and pitest-junit5-plugin-1.2.1.ja…
-
My maven based project has the current structure: A - root containing (B-production code, C-Tests)
Pitest is not finding any mutations( Failed to execute goal org.pitest:pitest-maven:1.1.10:mutatio…
-
Hi,
our usecase is that we would like to keep all version numbers out of our build.gradle files. Normally, we do this by using init.d in our .gradle folder. This worked well for version of the plug…
-
Since 1.15.4 the following fatal error appears when running `mvn org.pitest:pitest-maven:mutationCoverage`:
`PIT >> INFO : MINION : Error: could not open '{argLine}'`
Probably caused by this chang…
-
Hello Mutation Analysis Team,
Just wanted to say thanks for this very cool project, mutation tests are awesome!
I have a small issue, when running mutation tests with JUNIT 5 + pitest + SonarQub…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Hi,
My code requires quite a lot of environment variables to run properly.
They are configured in the maven-surefire-plugin > configuration > environmentVariables so the unit tests will pass.
T…
-
After upgrading from pitest-junit5-plugin 0.10 to 0.11, a unit test started failing.
The same problem occurs in 0.14 as well.
```
java.lang.AssertionError:
Unexpected method
3:00:41 PM PIT >…
-
1、使用pitest测试项目
mvn test
mvn org.pitest:pitest-maven-plugin:1.2.5-SNAPSHOT:mutationCoverage
2、使用ekstazi测试项目
mvn test
mvn org.ekstazi:ekstazi-maven-plugin:ekstazi