From 69c7a8638eb9277e384c31370864aa8af0419087 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 15 Feb 2012 01:42:52 -0500 Subject: [PATCH] make all the tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e83b4e47..b3a673e0 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ init: pip install -r requirements.txt test: - nosetests --with-color + nosetests --with-color ./test_* lazy: nosetests --with-color test_requests.py