pytest 测试框架

pytest 测试框架

安装pytest以及常用插件

pip3 install pytest pytest-repeat pytest-timeout
pytest 			# pytest 测试suit
pytest-repeat 		# 测试次数插件
pytest-timeout 		# 测试超时插件
运行测试
python3 -m pytest --count=$count --timeout=$timeout test_xxx.py

pytest命令行参数用法

https://www.icode9.com/content-4-1089268.html
https://www.shuzhiduo.com/A/GBJrKNPa50/
https://www.bbsmax.com/A/nAJv8Vpmdr/
https://www.cnblogs.com/cxx1/p/14524601.html
https://blog.csdn.net/lovedingd/article/details/98952868

pytest pytest-csv 用法

https://pypi.org/project/pytest-csv/#description

pytest mark标记

https://www.cnblogs.com/yoyoketang/p/9508500.html

posted @ 2021-11-02 14:55  michaelchengjl  阅读(50)  评论(0编辑  收藏  举报