看虫师的书,jenkins 构建,运行 pytest,但是我构建完成没有结果 正常应该是这样
jenkins 的 node 的运行的环境变量和你登陆系统时的环境变量不一致
cd f:\ python -V
调试下看看
pytest test_456.py 命令前加 call 试试
用 python -m pytest 可以