From 3410ba9136c834090fab1743f066a2bc74abf7b0 Mon Sep 17 00:00:00 2001 From: John Ford Date: Wed, 31 Jul 2013 19:08:10 -0700 Subject: [PATCH] Use nose --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 81db117..eb79209 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ pep8: find bisect_b2g -type f -name "*.py" -exec pep8 -v {} + -TEST_RUNNER=python -m unittest discover -v -#TEST_RUNNER=nosetests -v +#TEST_RUNNER=python -m unittest discover -v +TEST_RUNNER=nosetests -v #TEST_RUNNER=py.test -v tests: