当前位置:   article > 正文

pytest学习笔记_pytest 怎么写公用的方法

pytest 怎么写公用的方法

学习源:
https://www.bilibili.com/video/BV1kz4y1f7Cm?t=477&p=9
https://docs.pytest.org/en/stable/example/parametrize.html

注:安装包时添加–default-timeout=1000是为了防止网络问题避免安装超时问题
**1.**pip --default-timeout=1000 install requests
**2.**pip --default-timeout=1000 install pytest
包命名为testcases 文件名为test_?
执行命令:pytest testcases(pytest testcases\test_?::方法名)
**3.**pip --default-timeout=1000 install pytest-html --生产报告
执行命令:pytest testcases --html=report.html(pytest testcases --html=report.html\test_?::方法名)
在这里插入图片描述
在这里插入图片描述
4.pytest内置的参数化(@pytes.mark.paramerrise)
在这里插入图片描述
5.json数据文件驱动
https://www.bilibili.com/video/BV1kz4y1f7Cm?p=13
在这里插入图片描述
6.Excel文件的读取和写入

  1. 安装openpyxl(pip --default-timeout=1000 install openpyxl)
  2. 。。。。
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Li_阴宅/article/detail/739899
推荐阅读
相关标签
  

闽ICP备14008679号