nice and fast nose tests
authorKenneth Reitz <me@kennethreitz.com>
Tue, 4 Oct 2011 15:33:19 +0000 (11:33 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Tue, 4 Oct 2011 15:33:19 +0000 (11:33 -0400)
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