From: Kenneth Reitz Date: Fri, 27 Jan 2012 17:16:47 +0000 (-0600) Subject: lazy tests X-Git-Tag: v0.10.2~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec4edae97770897d7975b9ac447962f6336966df;p=services%2Fpython-requests.git lazy tests --- diff --git a/Makefile b/Makefile index dfbe8d3..e83b4e4 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ init: test: nosetests --with-color +lazy: + nosetests --with-color test_requests.py + server: gunicorn httpbin:app --bind=0.0.0.0:7077 &