接口功能自动化测试程序(Python版) 运行环境: python3 pytest allure report git 依赖准备: pip install pytest pip install requests pip install allure-pytest 运行命令: pytest weather_test.py --alluredir=report --clean-alluredir