From d00e67b3f7875ec26f84d6a237fe75a33e452154 Mon Sep 17 00:00:00 2001 From: Evan Hazlett Date: Tue, 3 Mar 2015 07:15:07 -0500 Subject: [PATCH] elaborate on testing for the driver spec Signed-off-by: Evan Hazlett --- drivers/SPEC.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/SPEC.md b/drivers/SPEC.md index a57b3611a9..8e27f83caf 100644 --- a/drivers/SPEC.md +++ b/drivers/SPEC.md @@ -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