会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
南方的墙
写作的目的在于记录生活、记录思考
博客园
首页
新随笔
联系
管理
订阅
2021年7月7日
python-pytest执行顺序
摘要: 关于pytest框架执行顺序是:pytest默认是按照字母来执行执行顺序 import pytest class Test_base(): def setup_class(self): print(" >setup_class") def teardown_class(self): print("
阅读全文
posted @ 2021-07-07 14:24 南方的墙
阅读(941)
评论(0)
推荐(0)
公告