摘要: pytest使用总结笔记 简介# pytest是python的一种单元测试框架,与python自带的unittest测试框架类似,但是比unittest框架使用起来更简洁,效率更高。并且pytest兼容unittest的用例,支持的插件也更多 安装 pip install pytest 简单上手,创 阅读全文
posted @ 2022-03-28 09:24 幸福就这么简单 阅读(558) 评论(0) 推荐(0)