Update test-and-docs.md (#2293)

Add a missing space and delete extra spaces.
This commit is contained in:
Wang Jie 2017-03-14 17:02:07 +08:00 committed by John Mulhausen
parent d867751f2d
commit 15f1780cfb
1 changed files with 7 additions and 7 deletions

View File

@ -31,7 +31,7 @@ target="_blank">go test help</a>.
You are responsible for _unit testing_ your contribution when you add new or
change existing Docker code. A unit test is a piece of code that invokes a
single, small piece of code ( _unit of work_ ) to verify the unit works as
single, small piece of code (_unit of work_) to verify the unit works as
expected.
Depending on your contribution, you may need to add _integration tests_. These
@ -91,7 +91,7 @@ hour. To run the test suite, do the following:
It can take approximate one hour to run all the tests. The time depends
on your host performance. The default timeout is 60 minutes, which is
defined in `hack/make.sh`(`${TIMEOUT:=60m}`). You can modify the timeout
defined in `hack/make.sh` (`${TIMEOUT:=60m}`). You can modify the timeout
value on the basis of your host performance. When they complete
successfully, you see the output concludes with something like this: