You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using pitest with minutest (https://github.com/dmcg/minutest), and in its latest version minutest does not set a MethodSource.
looking at the plugin source it seems that the method source is only used for test filtering. so my suggestion would be to check for a method source only when includedTests is not empty.
I'm using pitest with minutest (https://github.com/dmcg/minutest), and in its latest version minutest does not set a MethodSource.
looking at the plugin source it seems that the method source is only used for test filtering. so my suggestion would be to check for a method source only when includedTests is not empty.
i think the fix would to do this check https://github.com/pitest/pitest-junit5-plugin/blob/master/src/main/java/org/pitest/junit5/JUnit5TestUnitFinder.java#L89
before the isPresent check
The text was updated successfully, but these errors were encountered: