# pytest.ini [pytest] markers = generated: 标识自动生成的测试用例 api_test: API接口测试 smoke: 冒烟测试 # 添加其他您使用的自定义标记 filterwarnings = ignore::urllib3.exceptions.InsecureRequestWarning