Python鼻框架:如何在第一次失败时停止执行

看起来,如果一个testing用例失败,鼻子将尝试执行下一个testing用例。 在任何testing用例的第一个错误中,我怎样才能放弃所有的执行? 我试过sys.exit(),但它给了我一些关于它的丑陋和冗长的消息

有一个select鼻子:

-x, --stop Stop running tests after the first error or failure 

这是你需要的吗?

以下链接可以帮助你所有的选项可用于nosetests。 http://nose.readthedocs.org/en/latest/usage.html