From c0b7c92b41eb7118a349cc91990d201d22816cad Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Tue, 18 Nov 2014 11:52:09 -0200 Subject: Deferring TagsController.tags and fixing tests to deal with deferreds --- service/go | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'service/go') diff --git a/service/go b/service/go index 9b967b83..5ae8d26b 100755 --- a/service/go +++ b/service/go @@ -1,3 +1,9 @@ #!/bin/bash -python setup.py $* +if [ "$1" == 'test' ] +then + nosetests --nocapture test/unit + nosetests --nocapture test/integration +else + python setup.py $* +fi -- cgit v1.2.3