A.運(yùn)行python test.py命令B.運(yùn)行pytest test.py命令C.運(yùn)行unittest test.py命令D.運(yùn)行test.py命令
A.使用test標(biāo)注B.使用pytest.mark標(biāo)注C.使用pytest.test標(biāo)注D.使用unittest.TestCase標(biāo)注
A.使用pip安裝B.使用conda安裝C.從源代碼編譯安裝D.下載二進(jìn)制文件并安裝