Skip to content
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

Support java-test-fixtures plugin #223

Merged
merged 2 commits into from
Aug 18, 2020
Merged

Commits on Aug 3, 2020

  1. Support java-test-fixtures plugin

    Applying 'java-test-fixtures' plugin caused 'No mutations found'
    from Pitest.
    
    The plugin changes test runtime classpath:
    tested code is included as a JAR instead of as a directory
    (see gradle/gradle#11696). It seems that Pitest ignores correct
    directories being passed using --mutableCodePaths and insists on
    having those directories also passed in --classPath.
    
    Also change functional tests: runTasksSuccessfully() fails the test
    without giving any context, so it should be avoided.
    pkubowicz committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    608e731 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    327bae2 View commit details
    Browse the repository at this point in the history