单项选择题

Pytest 在条件成立时跳过测试的装饰器是()。

A.pytest.mark.skipif()
B.pytest.mark.skipifnot()
C.pytest.mark.SkipIf()
D.unittest.skipIf()