From 4ee1eba318cd088d9095c9628cb1d784c973eb22 Mon Sep 17 00:00:00 2001 From: Katherine Schinkel Date: Fri, 12 Feb 2016 12:57:30 -0500 Subject: [PATCH] added note about one_test --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3162eaad..be14f48f 100644 --- a/README.md +++ b/README.md @@ -316,6 +316,11 @@ $ invoke test and all of the tests in the 'tests/' directory will be run. +To run a test on a single harvester, just type +```bash +$ invoke one_test shortname +``` + ### Pitfalls