报错信息:File "D:\Python37\lib\site-packages\unittestreport\core\testRunner.py", line 207, in send_email
filename = self.email_conent["file"]
AttributeError: 'TestRunner' object has no attribute 'email_conent'
反复对比了书上的代码,没有问题,还调到方法里看了这个属性,都么有解决
最后,运行实例代码通过,仔细研究下发现是先执行的run()方法,再执行的发送邮件