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:
04bcb74
)
nice and fast nose tests
author
Kenneth Reitz
<me@kennethreitz.com>
Tue, 4 Oct 2011 15:33:19 +0000
(11:33 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Tue, 4 Oct 2011 15:33:19 +0000
(11:33 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 6ec49602ce6d2ef3ce26dae98c4fb531203cce1b..12ab7fc3131542f4e84d3f7159adf8f87e4c90dc 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2,7
+2,7
@@
init:
pip install -r reqs.txt
test:
- python test_requests.py
+ nosetests tests/integration_tests.py --processes=25
site:
cd docs; make dirhtml