Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
PIT Users
Conversations
About
PIT Users
1–30 of 676
Mark all as read
Report abusive group
0 selected
Kevin Patel
,
henry
2
Jun 3
How to instruct pitest to skip some methods.
You can use the `avoidCallsTo` parameter to provide a list of methods where no mutants should be
unread,
How to instruct pitest to skip some methods.
You can use the `avoidCallsTo` parameter to provide a list of methods where no mutants should be
Jun 3
Sathish Kumar
May 19
PIT with Cucumber
Hi All, I am trying to get PIT to run my cucumber scenarios, it seems to currently pick only my unit
unread,
PIT with Cucumber
Hi All, I am trying to get PIT to run my cucumber scenarios, it seems to currently pick only my unit
May 19
Raja Nagendra Kumar
May 18
pitest has two distinct github accounts
Hi, I see two distinct accounts for pitest code https://github.com/pitest - looks like only for
unread,
pitest has two distinct github accounts
Hi, I see two distinct accounts for pitest code https://github.com/pitest - looks like only for
May 18
İbrahim Halıcı
,
Henry Coles
3
May 12
is Pitest safe to use?
Hello Henry, Thank you so much for your answer and clarification. I really would like to use Pitest
unread,
is Pitest safe to use?
Hello Henry, Thank you so much for your answer and clarification. I really would like to use Pitest
May 12
Nick
,
Ullrich Hafner
2
Apr 30
Pitest HTML report classnames
Is there a reason that you are using the HTML files? I think for data analyzing purposes the XML
unread,
Pitest HTML report classnames
Is there a reason that you are using the HTML files? I think for data analyzing purposes the XML
Apr 30
Dan Wilkin
Apr 26
Report directory doesn't exist
I'm using Maven 3.9.0, JUnit 5 (with the PIT Test JUnit 5 plugin), Oracle JDK 11, PIT Test 1.11.7
unread,
Report directory doesn't exist
I'm using Maven 3.9.0, JUnit 5 (with the PIT Test JUnit 5 plugin), Oracle JDK 11, PIT Test 1.11.7
Apr 26
Raja Nagendra Kumar
, …
Adwait Kumar Singh
4
Apr 11
Why is StringHelper not fully covered
It probably indicates the default constructor not being covered. On Fri, Apr 7, 2023, 8:20 AM Raja
unread,
Why is StringHelper not fully covered
It probably indicates the default constructor not being covered. On Fri, Apr 7, 2023, 8:20 AM Raja
Apr 11
Raja Nagendra Kumar
,
Eric Ndouakulu
2
Apr 11
HTML Report customisation
Hi, You can try to use the XML format and apply a XSLT sheet to customize the report. It can be a
unread,
HTML Report customisation
Hi, You can try to use the XML format and apply a XSLT sheet to customize the report. It can be a
Apr 11
Raja Nagendra Kumar
Apr 10
Performance Metrics
Is it possible to get performance metrics of PITest at individual test or mutation level, just like
unread,
Performance Metrics
Is it possible to get performance metrics of PITest at individual test or mutation level, just like
Apr 10
Raja Nagendra Kumar
Apr 10
Is it possible to see the change class or source code of the mutation, that surived
Hi, PITest report shows xyz has survived, but as per my test cases, I don't expect it to survive,
unread,
Is it possible to see the change class or source code of the mutation, that surived
Hi, PITest report shows xyz has survived, but as per my test cases, I don't expect it to survive,
Apr 10
Raja Nagendra Kumar
,
Henry Coles
2
Apr 3
What is the class loading mechanism in pitest mutation testing
Pitest needs to launch at least one jvm for each class mutated in order to maintain isolation. More
unread,
What is the class loading mechanism in pitest mutation testing
Pitest needs to launch at least one jvm for each class mutated in order to maintain isolation. More
Apr 3
Raja Nagendra Kumar
,
Henry Coles
4
Apr 3
how to see System.out.println prints in test message during mutation tests
If you are running from maven the configuration options are documented here https://pitest.org/
unread,
how to see System.out.println prints in test message during mutation tests
If you are running from maven the configuration options are documented here https://pitest.org/
Apr 3
Raja Nagendra Kumar
,
Eric Ndouakulu
4
Apr 1
PIT reports are generated in in random folder such as build/reports/pitest/202303310812
Thank you. On Friday, March 31, 2023 at 11:54:30 AM UTC+5:30 Eric Ndouakulu wrote: Hi Raja, Do you
unread,
PIT reports are generated in in random folder such as build/reports/pitest/202303310812
Thank you. On Friday, March 31, 2023 at 11:54:30 AM UTC+5:30 Eric Ndouakulu wrote: Hi Raja, Do you
Apr 1
Raja Nagendra Kumar
,
Henry Coles
2
Mar 27
Exclude public static void main() method from uncoverage report
The excluded methods parameter takes simple method names, so ['main'] Should work, but would
unread,
Exclude public static void main() method from uncoverage report
The excluded methods parameter takes simple method names, so ['main'] Should work, but would
Mar 27
Zeming Jin
,
Henry Coles
2
Mar 13
Reporting Issue
Please enable verbose logging as requested in the output and post the result. Also, please confirm
unread,
Reporting Issue
Please enable verbose logging as requested in the output and post the result. Also, please confirm
Mar 13
Blue sky
,
Henry Coles
4
Mar 10
[PIT report]
I'm afraid I can't offer any support with the IntelliJ plugin, you would need to get in touch
unread,
[PIT report]
I'm afraid I can't offer any support with the IntelliJ plugin, you would need to get in touch
Mar 10
Ugo Delle Donne
, …
Marcin Zajączkowski
4
Feb 8
pitest gradle plugin sometimes fails with Argument list too long
useClasspathFile and useClasspathJar should help with too long classpath. I'm glad you were able
unread,
pitest gradle plugin sometimes fails with Argument list too long
useClasspathFile and useClasspathJar should help with too long classpath. I'm glad you were able
Feb 8
Florin Semenescu
,
Henry Coles
4
Feb 3
Lax or slack unit tests
The parameter that controls the output format is `outputFormats`. See https://pitest.org/quickstart/
unread,
Lax or slack unit tests
The parameter that controls the output format is `outputFormats`. See https://pitest.org/quickstart/
Feb 3
Michael Bailey
,
henry
2
12/16/22
newb PIT/Spock question
Spock 2 looks to be based on the JUnit5 platform. Did you try adding the pitest JUnit5 plugin to the
unread,
newb PIT/Spock question
Spock 2 looks to be based on the JUnit5 platform. Did you try adding the pitest JUnit5 plugin to the
12/16/22
Marcin Zajączkowski
11/27/22
[ANN] gradle-pitest-plugin 1.9.11 available
Hello everyone, gradle-pitest-plugin 1.9.11 has been released. Changes: - Support for thresholds in
unread,
[ANN] gradle-pitest-plugin 1.9.11 available
Hello everyone, gradle-pitest-plugin 1.9.11 has been released. Changes: - Support for thresholds in
11/27/22
Dabba Babu
11/5/22
Error integrating PIT Gradle plugin with a different version project
Hi everyone, Eventuate Tram links to a GitHub project which implements a Spring Boot/JPA based
unread,
Error integrating PIT Gradle plugin with a different version project
Hi everyone, Eventuate Tram links to a GitHub project which implements a Spring Boot/JPA based
11/5/22
suyang yao
10/27/22
How can I get the extended version of PIT offers an additional option the generation of test matrix?
Recently I have been doing experiments related to mutation testing and need to use the extended
unread,
How can I get the extended version of PIT offers an additional option the generation of test matrix?
Recently I have been doing experiments related to mutation testing and need to use the extended
10/27/22
Ben Frey
,
Marcin Zajączkowski
3
10/14/22
Seeing "No mutations found" using Gradle plugin
It turns out I had some zombie Gradle daemons or something. I killed all Java processes and the
unread,
Seeing "No mutations found" using Gradle plugin
It turns out I had some zombie Gradle daemons or something. I killed all Java processes and the
10/14/22
m. urbaniak
,
Kanelane Caiphus
2
8/24/22
empty report folder
Did you get a solution? ,,, Please help...Got the same problem. On Wednesday, 21 October 2020 at 23:
unread,
empty report folder
Did you get a solution? ,,, Please help...Got the same problem. On Wednesday, 21 October 2020 at 23:
8/24/22
Marcin Zajączkowski
,
Martin Pernollet
2
8/19/22
[ANN] gradle-pitest-plugin 1.9.0 available
Thank you for your work and release note ! Le ven. 19 août 2022 à 23:44, Marcin Zajączkowski <
unread,
[ANN] gradle-pitest-plugin 1.9.0 available
Thank you for your work and release note ! Le ven. 19 août 2022 à 23:44, Marcin Zajączkowski <
8/19/22
Tony Wang
8/5/22
Running PITest for parameterized tests
Hi all, I'm fairly new to using PITest and I have encountered a problem. For a parameterized test
unread,
Running PITest for parameterized tests
Hi all, I'm fairly new to using PITest and I have encountered a problem. For a parameterized test
8/5/22
Badger
,
Henry Coles
3
7/26/22
pitest-ant-example & junit-4.11+ [Line Coverage @ 0%]
Thank you for such a swift reply, very much appreciated. [And thank you for all your hard work on
unread,
pitest-ant-example & junit-4.11+ [Line Coverage @ 0%]
Thank you for such a swift reply, very much appreciated. [And thank you for all your hard work on
7/26/22
Santiago Suarez
,
Henry Coles
3
7/26/22
Issues while using PIT via maven
I managed to solve this. The issue I was having occurred because I was using JUnit 5 and you need to
unread,
Issues while using PIT via maven
I managed to solve this. The issue I was having occurred because I was using JUnit 5 and you need to
7/26/22
poan selvi
6/20/22
negated conditional → SURVIVED
HI Team, Can any one help for this problem? I am struggling a lot for mutation coverage. The issue is
unread,
negated conditional → SURVIVED
HI Team, Can any one help for this problem? I am struggling a lot for mutation coverage. The issue is
6/20/22
ES
, …
Pernollet Martin
5
6/16/22
GUI MUTATION TESTING USING PITEST, JUnit, JAVA SWING
Sorry, I copy pasted the wrong line. The good one is : mvn test-compile org.pitest:pitest-maven:
unread,
GUI MUTATION TESTING USING PITEST, JUnit, JAVA SWING
Sorry, I copy pasted the wrong line. The good one is : mvn test-compile org.pitest:pitest-maven:
6/16/22