pit-idea-plugin
pit-idea-plugin copied to clipboard
IntelliJ Idea plugin for PIT mutation testing
I'm trying to run Pitest in my project, but keep receiving this error: `Failed to execute goal org.pitest:pitest-maven:1.14.2:mutationCoverage (default-cli) on project image-finder: Execution default-cli of goal org.pitest:pitest-maven:1.14.2:mutationCoverage failed: No mutations...
Hello, I installed the IntelliJ plugin (https://plugins.jetbrains.com/plugin/7119-pit-mutation-testing) directly from the plugin marketplace of IntelliJ and then I ran it on a class like in the fig.:  Then I right-click...
I am still trying to understand what is the expected behavior of the PIT and how all of the pieces are connected. In my [kotlin-mutation-testing](https://github.com/igorwojda/kotlin-mutation-testing) project I am experiencing strange...
Hi there! First of all, I have been using this plugin for a while and I want to thank you for this wonderful tool :) Unfortunately, the plugin is not...
Hello, I love your new "context menu action" feature and want to use it every day. However I cannot figure out how to change default configuration of these actions. In...
Directories should be selectable (browse & select), rather than they have to be typed now.  Package names can also browse and selectable  similar to what exists in application...
**Version:** 1.4.4 **OS:**: Ubuntu 20.04 LTS When running "Pitests using tests in ..." from the projects tab I am getting following error: (Don't know how to enable verbose logging for...
I work with a huge project with multiple nested subprojects, and I'm getting this:  when trying to run the plugin on a single class. For configuration...
Hi, When using the plugin with a more recent IntelliJ (mine is 2020.1) and Java >= 9, I get the following error: ``` `CommandLineWrapper` is ill-suited for launching apps on...
I'm trying out PIT for the first time, using a toy project. The implementation uses random numbers, but a feature flag -- stored in the environment, allows me to substitute...