From ddd09621e86864d773dd06d232bacd2c2011e8d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= Date: Wed, 11 Feb 2015 23:26:34 -0500 Subject: [PATCH] using rednose --- Makefile | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index edbd67d..2efe84e 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ test: clean unit functional integration unit: @echo "Running unit tests" - @nosetests --verbosity=2 -s tests/unit + @nosetests --rednose --verbosity=2 -s tests/unit functional: @python steadymark/__init__.py diff --git a/requirements.txt b/requirements.txt index 6bf9986..f731f51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ misaka==1.0.2 nose==1.1.2 sure==1.1.7 tox==1.4.2 +rednose \ No newline at end of file