摘要: 1、在项目根目录添加config.py def pytest_collection_modifyitems(session,items): print("收集的测试用例:%s"%items) items.sort(key=lambda x:x.name,reverse=True) print("排序 阅读全文
posted @ 2021-11-19 09:25 呆呆蒙蒙 阅读(258) 评论(0) 推荐(0)