会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
king_TG
博客园
首页
新随笔
联系
订阅
管理
2024年1月4日
pytest 用例ids中文乱码解决办法
摘要: 在pytest.ini文件种添加以下内容: [pytest] disable_test_id_escaping_and_forfeit_all_rights_to_community_support=True 利用pytest的钩子函数,在conftest.py中添加如下函数 def pytest_
阅读全文
posted @ 2024-01-04 11:29 会锻炼的猪
阅读(172)
评论(0)
推荐(0)
编辑