make all the tests

This commit is contained in:
Kenneth Reitz
2012-02-15 01:42:52 -05:00
parent 1b6f1b091c
commit 69c7a8638e
+1 -1
View File
@@ -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