测试积点老人 发表于 2023-10-31 09:27:00

举例说明pytest.mark标记的使用?

回复可见
**** Hidden Message *****

happyaxia 发表于 2023-10-31 18:05:43

pytest.mark.smoke 冒烟用例
pytest.mark.performance性能测试用例
pytest.mark.retry失败重试
pytest.mark.skip跳过
......

kallinr 发表于 2023-11-1 09:33:57

学习一下

海海豚 发表于 2023-11-1 09:38:05

在测试用例/测试类前面加上:@pytest.mark.标签名;打标记范围:【测试用例,测试类,测试模块】

qqq911 发表于 2023-11-1 10:20:45


pytest.mark.smoke 冒烟用例
pytest.mark.performance性能测试用例
pytest.mark.retry失败重试
pytest.mark.skip跳过

litingting0214 发表于 2023-11-1 10:23:09

pytest.mark.smoke 冒烟用例
pytest.mark.performance性能测试用例
pytest.mark.retry失败重试
pytest.mark.skip跳过
......

jingzizx 发表于 2023-11-1 12:33:34


pytest.mark.smoke 冒烟用例
pytest.mark.performance性能测试用例
pytest.mark.retry失败重试
pytest.mark.skip跳过

shelly2009 发表于 2023-11-14 20:25:32

学习学习
页: [1]
查看完整版本: 举例说明pytest.mark标记的使用?