make all the tests
authorKenneth Reitz <me@kennethreitz.com>
Wed, 15 Feb 2012 06:42:52 +0000 (01:42 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Wed, 15 Feb 2012 06:42:52 +0000 (01:42 -0500)
Makefile

index e83b4e478f0e632802ba7f9b8839199078329ce2..b3a673e08587c4fdac2cc22086e5d1c7ba7025e8 100644 (file)
--- 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