在网上搜了好久了没解决
test 001 ,test002 是类下的 2 个用例。如下执行不行,执行一条可以。
pytest.main( ['-v', './testCase/testDemo.py::TestDemo::test001::test002')
试验了如下也不行
pytest.main( ['-v', './testCase/testDemo.py::TestDemo::test001::tests002','./testCase/testDemo.py::TestDemo::test002'])