该文被密码保护。 阅读全文
摘要:
# coding=utf-8 """ Author:多测师_王sir Time:2020/5/20 17:24 Wechat:15367499889 Company:上海多测师信息有限公司 """ import unittest import os from library.ddt import d 阅读全文
摘要:
# coding=utf-8 """ A连接信息 TestRunner for use with the Python unit testing framework. It generates a HTML report to show the result at a glance. The sim 阅读全文
摘要:
# -*- coding: utf-8 -*- # This file is a part of DDT (https://github.com/txels/ddt) # Copyright 2012-2015 Carles Barrobés and DDT contributors # For t 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
摘要:
#coding=utf-8 """ Author:多测师_王sir Time:2020/5/20 17:24 Wechat:15367499889 Company:上海多测师信息有限公司 """ import requests class SendRequest(object): """cookie 阅读全文
摘要:
#coding=utf-8 """ Author:多测师_王sir Time:2020/5/20 17:24 Wechat:15367499889 Company:上海多测师信息有限公司 """ import os # # 获取当前文件的绝对路径 # res = os.path.abspath(__ 阅读全文
该文被密码保护。 阅读全文
摘要:
#coding=utf-8 """ Author:多测师_王sir Time:2020/5/20 17:24 Wechat:15367499889 Company:上海多测师信息有限公司 """ """ 配置文件类的封装 封装的目的:使用更简单 封装的需求: 1、简化创建配置文件解析器对象,加载配置 阅读全文