-
Notifications
You must be signed in to change notification settings - Fork 14
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
Integrationtests2 #34
Integrationtests2 #34
Conversation
Changed verify goal to run Java Integration Tests.
Added integration tests # Conflicts: # pom.xml # src/test/resources/dhell/pom.xml
Finally I have some time to review your Pull Request. :-)
And not the equivalent of the script
|
So i ran:
and it failed mvn_install_verify.txt Before merging the following issues shall be fixed:
|
The integration tests will be moved into another Maven project |
#11 replace .sh tests with Java integration tests using org.apache.maven.shared:maven-verifier
@CaelInria please check the class https://github.com/nicolabertazzo/pitmp-maven-plugin/blob/integrationtests2/src/test/java/org/pitest/maven/PmpMojoIT.java
In this class I check pit and pitmp compatibility.
The verify goal works in Linux and Windows System.
I suggest to replace all the .sh tests with tests implemented in Java.