单项选择题

A.使用test 装饰器
B.使用pytest.mark.test 标记
C.使用def test_开头的函数名
D.使用def test()的函数名