标签: python pytest
我执行py.test,如下所示:py.test -s -f,-f为looponfail模式,-s为--capture=no模式。
py.test
py.test -s -f
-f
looponfail
-s
--capture=no
但只有在测试失败时才允许print()语句。如果所有测试都成功,则所有代码中的所有print()都不起作用。
print()
即使在print()模式下,我怎样才能启用looponfail语句?
答案 0 :(得分:0)
您应该更新到更新的<p data-text='Text'>Text</p>。看起来此问题已在pytest修复。
<p data-text='Text'>Text</p>
pytest