using rednose
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
@@ -7,3 +7,4 @@ misaka==1.0.2
|
||||
nose==1.1.2
|
||||
sure==1.1.7
|
||||
tox==1.4.2
|
||||
rednose
|
||||
Reference in New Issue
Block a user