Pytest - print not showing up in junitxml stdout

前端 未结 0 1734
暖寄归人
暖寄归人 2021-02-09 05:33

with pytest file below test_print.py

class TestPrint:
def test_print(self):
    print(\'NOT CAPTURED IN JUNIT\')
    assert False

wh

相关标签:
回答
  • 消灭零回复
提交回复
热议问题