import os #python自带模块,主要用于将测试报告数据源文件json转为html报告 import pytest #单元测试框架 import requests #python第三方库requests,用于模拟发送http请求 |
host='http://v.juhe.cn' path='/toutiao/index' header = {'Content-Type': 'text/html;charset=utf-8'} expect='success!' #公共期望值 |
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) | Powered by Discuz! X3.2 |