From 2fd75377272be1432fe104f03c1f1623b188cf69 Mon Sep 17 00:00:00 2001 From: OliviaWYQ <295199218@qq.com> Date: Thu, 8 Nov 2018 13:07:15 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7993f67..4f135d4 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ The detail for pre-commit test is inside the file "pre-commit". ### Post-commit CI: The detail for post-commit test is inside the file [.travis.yml](https://github.com/OliviaWYQ/Gomoku-Desktop/blob/master/.travis.yml) including language, version, install and requirements.
-The post-commit run both python testcase for client and java testcase for server.
+The post-commit run both python testcase for client and java test cases for server.
[client/test.py](https://github.com/OliviaWYQ/Gomoku-Desktop/blob/master/client/test.py) -- the post-commit file includes multiple boundary conditions and potential faults test.
[Travis CI](https://travis-ci.org/) could build our post-commit test and report the job log result.