Oscar Luis Vera Pérez

Results 75 comments of Oscar Luis Vera Pérez

@biabs1 take a look at https://github.com/STAMP-project/pitest-evosuite-plugin to be able to run EvoSuite generated tests with PIT. The versions are a bit old, but they should be updated in the near...

From the execution log, it seems that PIT can't find any tests. The tests in that module have a custom runner. The issue might be related to this.

@vmassol The log says "Sending 2 test classes to minion" but a couple of lines below it also says "0 tests received". This could mean that no test methods were...

We need to explore the possibility of creating a PIT plugin to discover these test cases, in the same way it has been implemented for JUnit5. [See here](https://github.com/pitest/pitest-junit5-plugin/tree/master/src/main/java/org/pitest/junit5)

PITest seems to have several issues where some tests are not detected/run. It might be related to some of the following open issues: hcoles/pitest#426, hcoles/pitest#355 or even with custom runners...

This may create equivalent mutants in many cases. If implemented it shouldn't be active by default.

This is being partially implemented in pull request #94 The implementation in the pull request concerns only classes which are in the classpath of the PIT execution. A difference could...

#94 was merged with 956a55c The issue remains open to check if we can: - [ ] obtain information from the classpath of the project and check if these classes...