Bootstrap

Pytest框架学习18--pytest-xdist分布式执行

  1. pip install pytest-xdist
  2. 多cpu执行pytest -n 3,加-n参数,后边写计算机核数
  3. xdistk可以配合pytest-html执行,生成报告 pytest -n 3 --html=report.html
;