From 31f96d1f2cbbad993e3140d6043a9e8a96dc2ada Mon Sep 17 00:00:00 2001 From: aisensiy Date: Mon, 28 Aug 2017 13:56:16 +0800 Subject: [PATCH] add unit test instruction --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8449305..f42a7f3 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ You need Java installed. ./gradlew bootRun open http://localhost:8080 +# Run test + +The repository contains a lot of test cases to cover both api test and repository test. + + ./gradlew test + # Help Please fork and PR to improve the code. \ No newline at end of file