From ec4edae97770897d7975b9ac447962f6336966df Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 27 Jan 2012 11:16:47 -0600 Subject: [PATCH] lazy tests --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index dfbe8d3d..e83b4e47 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 &