安装
1. 安装Python
2. 安装pytest: pip install -U pytest
3. 安装常用插件 pip install -r requirement.txt
PS: 常用插件:
pytest allure-pytest requests PyYAML pandas openpyxl jsonpath requests_toolbelt PrettyTable pytest-html pytest-xdist
https://docs.pytest.org/en/7.3.x/getting-started.html#install-pytest
标签:常用,入门,插件,pytest,install,pip,安装 From: https://www.cnblogs.com/woniuguoguo/p/17367458.html