diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 733abbb9..f97bf2bc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,17 +50,6 @@ To run all the application tests (unit and integration), use this command: ./gradlew test -i ``` -To run only the application unit tests, use this command: - -```shell -./gradlew unitTest -i -``` - -To run all the application integration tests, use this command: - -```shell -./gradlew integrationTest -i -``` ## Checkstyle Before pushing your branch and open/synchronize a pull-request, you have to verify the checkstyle of your application. Here is the command to do so: