会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wxy90
博客园
首页
新随笔
联系
订阅
管理
2025年2月12日
Python -- 统计执行测试用例数量 以及 测试用例执行结果
摘要: #test_sample.py import requests def test_api_1(): """测试第一个接口,检查状态码是否为 200""" response = requests.get('https://jsonplaceholder.typicode.com/todos/1') a
阅读全文
posted @ 2025-02-12 14:33 wxy90
阅读(125)
评论(0)
推荐(0)
公告