A.使用assert語(yǔ)句B.使用check()函數(shù)C.使用verify()函數(shù)D.使用expect()函數(shù)
A.使用pytest.mark.fixture 標(biāo)注B.使用pytest.fixture 標(biāo)注C.使用pytest.use_fixture 標(biāo)注D.使用pytest.testfixture 標(biāo)注
A.運(yùn)行python test.py命令B.運(yùn)行pytest test.py命令C.運(yùn)行unittest test.py命令D.運(yùn)行test.py命令