gpt4 book ai didi

pytest - 如何在 py.test 上选择多个测试?

转载 作者:行者123 更新时间:2023-12-02 06:31:22 24 4
gpt4 key购买 nike

我熟悉命令py.test -k string,用于选择名称中包含string的所有测试并运行它。

我想要的是选择具有多个字符串参数的测试,例如OR逻辑选择。例如,假设我有 3 个测试:

  • test_should_connect
  • test_should_execute
  • test_should_return

假设我只想运行 test_should_connecttest_should_return 。我在 py.test documentation 中寻找答案,为此我应该使用以下命令:

py.test -k "connect or return"

但是,这不起作用=/

最佳答案

py.test -k "connect or return" 应该可以工作。你使用的是 pytest==2.3.4 吗?您能否将“py.test”的输出与测试一起粘贴?

关于pytest - 如何在 py.test 上选择多个测试?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16067559/

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