找考题网-背景图
单项选择题

A.使用pytest.ignore(reason)装饰器B.使用pytest.skip(reason)装饰器C……

如何在PyTest中跳过测试用例()

A.使用pytest.ignore(reason)装饰器
B.使用pytest.skip(reason)装饰器
C.使用pytest.fail(reason)装饰器
D.使用pytest.pass(reason)装饰器

热门试题