pytest

执行命令:

1. 用括号的格式,需要绝对路径: pytest.main ("-v -s test\\test_pre0.py --alluredir ./report ")

2. 用中括号的格式,需要根本路径: pytest.main(['-v','-s', 'c\\ test.py', '--alluredir', './report'])

你可能感兴趣的:(pytest)