From: Kenneth Reitz Date: Tue, 4 Oct 2011 15:33:19 +0000 (-0400) Subject: nice and fast nose tests X-Git-Tag: v0.8.0~94^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=608d05706696b292a6af021954cfbc2515a102fa;p=services%2Fpython-requests.git nice and fast nose tests --- diff --git a/Makefile b/Makefile index 6ec4960..12ab7fc 100644 --- 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