elaborate on testing for the driver spec

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett 2015-03-03 07:15:07 -05:00
parent 2cf681d792
commit d00e67b3f7
No known key found for this signature in database
GPG Key ID: A519480096146526
1 changed files with 2 additions and 1 deletions

View File

@ -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