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 dfbe8d3..e83b4e4 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 &