-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle testPlugin deprecation (PIT 1.6.7) #277
Comments
Postponed to 1.7.1 to do not confuse people with both JUnit Platform 1.8.0 compatibility and (not related) |
Henry kindly reminded about that in #306. The current plan is to release 1.7.1 "soon" and deprecate the |
It suddenly came to me that GPP is usually aware which PIT version is used. As a result, we could just pass the parameter if PIT is <1.7.0 (to keep compatibility with the ower PIT versions - although they shouldn't be used anyway). |
For forward compatibility with planned PIT 1.8.0.
For forward compatibility with planned PIT 1.8.0.
With just released GPP 1.7.4, |
Starting with PIT 1.6.7 it is just enough to have kotest-extensions-pitest on (test) classpath Over more that parameter is already deprecated and "marked for deletion". See: hcoles/pitest#900 szpak/gradle-pitest-plugin#277
Starting with PIT 1.6.7 it is just enough to have kotest-extensions-pitest on (test) classpath Over more that parameter is already deprecated and "marked for deletion". See: hcoles/pitest#900 szpak/gradle-pitest-plugin#277
As of 1.6.7 it is no longer used - support for multiple test engines is provided in PIT and there are automatically detected on a classpath.
The parameter should be deprecated (could be still useful for using with lower PIT versions - e.g. for regression testing reasons) and documentation for JUnit 5 plugin support should be revised.
The text was updated successfully, but these errors were encountered: