From 72a73a6e1bc8a8206261a6c0e28ea4646ec7844b Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 27 Oct 2018 15:28:51 +0200 Subject: [PATCH] Update README.md Remove obsolete integration test description. Add a note on travis --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5cd2607dbc4..e4a60dc95da 100644 --- a/README.md +++ b/README.md @@ -101,9 +101,7 @@ When you want to develop, it is necessary to generate additional sources using ` and then generate the Eclipse `gradlew eclipse`. For IntelliJ IDEA, just import the project via a Gradle Import by pointing at the `build.gradle`. -`gradlew test` executes the normal unit tests. -If you want to test the UI, execute `gradlew integrationTest`. -Sources for the integration test are kept in `src/integrationTest`. +`gradlew test` executes all tests. We use Travis CI[https://travis-ci.org/] for executing the tests after each commit. For developing it is sufficient to locally only run the associated test for the classes you changed. Travis will report any other failure. ## Acknowledgements