网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

Pytest | 安装

时间:2024-10-14 02:41:42

另一个Python单元测试框架,文档全,借鉴并支持Unittest。最重要的,支持插件。

Pytest | 安装

工具/原料

Windows下的实例

Python2

框架原理

1、为什么要用测试框架,先用下图解答这个问题。

Pytest | 安装

2、使用Python单元测试(白盒测试)框架,利用其Test Discovery特性

Pytest | 安装

安装配置

1、pip install pytest

Pytest | 安装

2、常用插件以及插件安装方式

Pytest | 安装Pytest | 安装

3、pytest-html自动生成HTML格式测试报告

Pytest | 安装

4、pytest-describe给测试用例一个美丽的名字

Pytest | 安装

5、pytest-autochecklog不只是自动生成测试日志

Pytest | 安装
© 2025 小知经验
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com