A.pytest-coverageB.pytest-htmlC.pytest-xdistD.pytest-flask
单项选择题在Pytest中哪个命令用于生成测试报告()
A.pytest reportB.pytest summaryC.pytest junitxmlD.pytest html
单项选择题在Pytest中,哪个函数用于在测试用例运行之前执行一次性设置()
A.setup()B.before_test()C.teardown()D.setup_method()
单项选择题在Pytest中,哪个断言用于比较两个值是否相等()
A.assertB.assertEqualC.assertAlmostEqualD.assertNotEqual
单项选择题在PyTest中,测试文件应该以什么为前缀()
A.testB.pyC.testfileD.testcase
单项选择题在PyTest中,如何使用断言()
A.使用assert语句B.使用check()函数C.使用verify()函数D.使用expect()函数