相关考题
-
单项选择题
在PyTest中,如何使用断言()
A.使用assert语句
B.使用check()函数
C.使用verify()函数
D.使用expect()函数 -
单项选择题
在PyTest中,如何使用fixture()
A.使用pytest.mark.fixture 标注
B.使用pytest.fixture 标注
C.使用pytest.use_fixture 标注
D.使用pytest.testfixture 标注 -
单项选择题
在PyTest中,如何运行测试用例()
A.运行python test.py命令
B.运行pytest test.py命令
C.运行unittest test.py命令
D.运行test.py命令
