找考题网-背景图
单项选择题

PyTest中如何运行单个测试模块()

A.pytest test_module.py
B.pytest test_module
C.pytest -m test_module
D.pytest -k test_module

热门试题