gpt4 book ai didi

python - 如何在 py.test 中使用多核?

转载 作者:太空狗 更新时间:2023-10-29 18:28:45 25 4
gpt4 key购买 nike

查看 py.test documentation传递 -n NUM 似乎会指定要使用的内核数。

我的经验如下:

usage: py.test [options] [file_or_dir] [file_or_dir] [...]
py.test: error: unrecognized arguments: -n

如果我尝试在 pytest.ini 中指定它(这是我的偏好),我会得到相同的结果。

我正在将 addopts = -n4 添加到 ini 文件,这似乎是文档所要求的。

我使用的是 py.test 2.8,我已经尝试过 python 2 和 python 3。

最佳答案

你需要安装xdist

pip install pytest-xdist

关于python - 如何在 py.test 中使用多核?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33020625/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com