pitest / pitclipse

Mutation testing for Java in Eclipse IDE. Based on PIT (Pitest).
https://pitest.org
Apache License 2.0
59 stars 17 forks source link

[Bug Fix] No longer create run config, if one exists #184

Closed JKutscha closed 2 years ago

JKutscha commented 3 years ago

Fix for #157. Thanks to @echebbi.

echebbi commented 3 years ago

@echebbi what do you think?

I agree. Even small bug fixes like this one should introduce new tests that ensure the bug doesn't show up again in the future.

JKutscha commented 2 years ago

This should be done now. Please review and merge, if it looks good.