From 608d05706696b292a6af021954cfbc2515a102fa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 4 Oct 2011 11:33:19 -0400 Subject: [PATCH] nice and fast nose tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ec49602..12ab7fc3 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