Commit 95f9b08c by Gabriel Falcao

making tests fail fast

parent 5bfee602
...@@ -17,11 +17,11 @@ unit: clean ...@@ -17,11 +17,11 @@ unit: clean
functional: clean functional: clean
@echo "Running functional tests ..." @echo "Running functional tests ..."
@nosetests -s --verbosity=2 --with-coverage --cover-erase --cover-inclusive tests/functional --cover-package=lettuce @nosetests --stop -s --verbosity=2 --with-coverage --cover-erase --cover-inclusive tests/functional --cover-package=lettuce
integration: clean integration: clean
@echo "Running integration tests ..." @echo "Running integration tests ..."
@nosetests -s --verbosity=2 tests/integration @nosetests --stop -s --verbosity=2 tests/integration
doctest: clean doctest: clean
@cd docs && make doctest @cd docs && make doctest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment