mirror of https://github.com/docker/docs.git
elaborate on testing for the driver spec
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
parent
2cf681d792
commit
d00e67b3f7
|
@ -68,7 +68,8 @@ current state of the instance (running, stopped, error, etc). This should
|
|||
return an error on failure.
|
||||
|
||||
# Testing
|
||||
Testing is strongly recommended for drivers.
|
||||
Testing is strongly recommended for drivers. Unit tests are preferred as well
|
||||
as inclusion into the [integration tests](https://github.com/docker/machine#integration-tests).
|
||||
|
||||
# Maintaining
|
||||
Driver contributors are strongly encouraged to maintain the driver to keep
|
||||
|
|
Loading…
Reference in New Issue