if __name__ =="__main__":
suit = unittest.TestSuite()
suit.addTest(LoginCase("test01"))
html_file="/Users/tammy/tammy/workspace_python/appiumPython/report/report.html"
fp=file(html_file,"wb")
HTMLTestRunner.HTMLTestRunner(fp).run(suit)
用的是python3,没有生成相应的报告内容,html内容为空