Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
py.test有一个很棒的功能叫做--failed-first它告诉它运行上次失败的测试在其他人之前。这大大加快了执行过程。
py.test
--failed-first
我正在寻找类似的东西behave smoke。有没有办法实现这个?
behave smoke