Python从0到1之pytest+Allure

pytest 是一个单元测试框架,简单易用,第三方库丰富,可使用allure生成美观的测试报告 官网:https://docs.pytest.org/en/stable/ 主流单元测试框架 unittest nose pytesthtml 安装 安装pytest包python pip install -U pytest 配置 在Preferences 中的Tools->Python Interat
相关文章
相关标签/搜索