1.4.6
szpak-ci
released this
15 Dec 12:39
·
278 commits
to master
since this release
- Support for includedTestMethods (PIT 1.3.2) - #79
- Support for useClasspathJar (PIT 1.4.2) - #92
- Support for skipFailingTests (PIT 1.4.4) - #113
- Pass additional PIT features from command line with
--additionalFeatures
- #139 - Set
targetTests
explicitly - #144 - Ability to override
targetTests
from command line--targetTests
- #143 - Run
pitest
aftertest
if both scheduled to run - #141 - PR by Björn Kautler - Remove incubating
addFileExtensionsToFilter()
method added in 1.4.5 - suggestion by Björn Kautler - Travis build with OpenJ9 11 - #112
Compatibility changes. The incubating addFileExtensionsToFilter()
method added in 1.4.5 was removed as it is possible to achieve the same effect (while waiting for improvement in Gradle) with:
pitest {
fileExtensionsToFilter.addAll('xml', 'orbit')
}