Skip to content

Commit

Permalink
Improved guard msgs and added colour output
Browse files Browse the repository at this point in the history
  • Loading branch information
waynemoore committed Dec 28, 2012
1 parent f9389a3 commit a8764a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Guardfile
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion requirements.pip
@@ -1,2 +1,3 @@
nose>=1.2.1
sure>=1.1.4
sure>=1.1.4
yanc>=1.0.1

0 comments on commit a8764a6

Please sign in to comment.