pytest详解-(4)执行case的方法
执行指定case: pytest.main() #执行所有case pytest.main(['-vs', 'TestCalc.py::TestCalc']) #执行TestC ...
执行指定case: pytest.main() #执行所有case pytest.main(['-vs', 'TestCalc.py::TestCalc']) #执行TestC ...