From a8764a6320b43a8f60480f59b9d8db1eb8bde6d8 Mon Sep 17 00:00:00 2001 From: Wayne Moore Date: Fri, 28 Dec 2012 17:18:45 +0000 Subject: [PATCH] Improved guard msgs and added colour output --- Guardfile | 3 +-- requirements.pip | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Guardfile b/Guardfile index 5d2d81b..8bc6146 100644 --- a/Guardfile +++ b/Guardfile @@ -3,9 +3,8 @@ guard :shell do watch /.py$/ do |m| - n "#{m[0]} changed, running tests", 'Nosetests' - if system('nosetests') + if system('nosetests --with-yanc') n "#{m[0]} all tests passed :)", 'Nosetests', :success else n "#{m[0]} some tests failed :(", 'Nosetests', :failed diff --git a/requirements.pip b/requirements.pip index 4a86da8..bd9577e 100644 --- a/requirements.pip +++ b/requirements.pip @@ -1,2 +1,3 @@ nose>=1.2.1 -sure>=1.1.4 \ No newline at end of file +sure>=1.1.4 +yanc>=1.0.1 \ No newline at end of file