pytest

执行命令:
1. 用括号的格式,需要绝对路径: pytest.main ("-v -s test\\test_pre0.py --alluredir ./report ")
【pytest】2. 用中括号的格式,需要根本路径: pytest.main(['-v','-s', 'c\\ test.py', '--alluredir', './report'])

    推荐阅读