美文网首页
HTMLTestRunner不能显示用例中的print字符串

HTMLTestRunner不能显示用例中的print字符串

作者: DuffyMagic | 来源:发表于2019-03-05 13:49 被阅读0次

    问题:在网上下载的HTMLTestRunner文件,用例中print字符串不能显示
    解决:

    if isinstance(o,str):
             *******
    else:
             *******
    

    删掉if else 直接改成 uo=o

    uo=o
    

    相关文章

      网友评论

          本文标题:HTMLTestRunner不能显示用例中的print字符串

          本文链接:https://www.haomeiwen.com/subject/jswnuqtx.html