会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
丿adhere_study
博客园
首页
新随笔
联系
订阅
管理
05 2021 档案
pytest测试框架(一)
摘要:一、pytest安装 pip install pytest 二、pytest的编写规则 1.测试文件以test_开头(以_test结尾也可以) 2.测试类以Test开头,并且不能带有 init 方法 3.测试函数以test_开头 4.断言使用基本的assert即可 三、pytest的运行方式--运行
阅读全文
posted @
2021-05-16 17:31
丿adhere