From da1383b7168d708eb0ab04877a7c9c6158bb89e3 Mon Sep 17 00:00:00 2001 From: Aboubakar Date: Tue, 27 Aug 2024 15:43:55 +0200 Subject: [PATCH] Update contributing --- CONTRIBUTING.md | 11 ----------- 1 file changed, 11 deletions(-) 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: