A.使用test 裝飾器B.使用pytest.mark.test 標(biāo)記C.使用def test_開頭的函數(shù)名D.使用def test()的函數(shù)名
A.使用pytest.mark.parametrizeB.使用pytest.mark.dependencyC.使用pytest.mark.xfailD.無法設(shè)置測試用例執(zhí)行的順序
A.pytest-coverageB.pytest-htmlC.pytest-xdistD.pytest-flask