摘要:
#coding:utf-8 import unittest import os class CompareTestCase(unittest.TestCase): '''对比测试结果与预期结果是否一致''' def compare_data(self,case_name,actual_list,ac 阅读全文
摘要:
#coding=utf-8 from HTMLTestRunner_cn import HTMLTestRunner import yagmail import unittest import time import os from common.send_email import SendEmai 阅读全文
摘要:
#coding:utf-8 import yagmail class SendEmail(): '''发送自动化测试报告''' def send_mail(self,new_report): sender = "1111@qq.com" #账号 pwd = "111" #密码 host = "smt 阅读全文