摘要:
1 # @File : learn_ddt.py 2 3 #-*- coding:utf-8 -*- 4 5 #本次学习:ddt ---data drive test--数据驱动测试 6 #1.安装 pip install ddt 7 #2.用途:结合单元测试去执行用例 8 #3.本质:类的装饰器 9 10 # def print_msg(*args):#动态参数 11... 阅读全文
摘要:
HttpRequests.py test_HttpRequests.py test_runner.py 10-15新增 read_excel.py 23-32行新增 read_config.py -新增 执行结果: 阅读全文
摘要:
执行结果: 阅读全文
摘要:
HttpRequests.py test_HttpRequests.py test_runner.py read_excel.py 测试报告: 阅读全文