gpt4 book ai didi

pytest - pytest 中所有测试用例的超时时间

转载 作者:行者123 更新时间:2023-12-04 14:40:20 28 4
gpt4 key购买 nike

我需要在整体超时的情况下停止测试用例,而不是在测试用例级别。
所以如果让我说我有 300 个测试用例,我想超时,总时间为 300 秒。

有没有办法做到这一点?
用于运行 pytest 的示例命令
pytest.py --junitxml=artifacts/junitresults.xml -s --gatherlogs=true --durations=2000 测试/ Spark

最佳答案

看看这个 pytest 插件:https://pypi.python.org/pypi/pytest-timeout它很可能适合您的用例。

您可以通过多种方式设置全局超时,最简单的一种是 --timeout命令行选项“设置覆盖环境变量和配置选项的全局超时”,之后测试将终止:

py.test --timeout=300

关于pytest - pytest 中所有测试用例的超时时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42829320/

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