projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f478c34
)
lazy tests
author
Kenneth Reitz
<me@kennethreitz.com>
Fri, 27 Jan 2012 17:16:47 +0000
(11:16 -0600)
committer
Kenneth Reitz
<me@kennethreitz.com>
Fri, 27 Jan 2012 17:16:47 +0000
(11:16 -0600)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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 &