lazy tests
authorKenneth Reitz <me@kennethreitz.com>
Fri, 27 Jan 2012 17:16:47 +0000 (11:16 -0600)
committerKenneth Reitz <me@kennethreitz.com>
Fri, 27 Jan 2012 17:16:47 +0000 (11:16 -0600)
Makefile

index dfbe8d3d6f34b17253dbc7879a306e4982e2a024..e83b4e478f0e632802ba7f9b8839199078329ce2 100644 (file)
--- 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 &