mirror of https://github.com/docker/docs.git
Update test-and-docs.md (#2293)
Add a missing space and delete extra spaces.
This commit is contained in:
parent
d867751f2d
commit
15f1780cfb
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue