只运行某一个用例
pytest test_mod.py::test_func
或者
pytest test_mod.py::TestClass::test_method

相关文章: