gpt4 book ai didi

python - 在 Pytest 中列出与给定标记关联的所有测试

转载 作者:太空狗 更新时间:2023-10-30 00:53:35 26 4
gpt4 key购买 nike

在 Pytest 中,我们有 pytest --markers 命令,它将列出所有可用的标记。

但是,我没有看到列出与 x 标记关联的测试的命令。文档似乎没有涵盖这一点,所以这在 Pytest 中有可能吗?

最佳答案

使用 --collect-only结合-m <marker> :

$ py.test --collect-only -m x
=========================== test session starts ===========================
platform linux -- Python 3.6.2, pytest-3.2.1, py-1.4.34, pluggy-0.4.0
rootdir: /home/they4kman/.virtualenvs/tmp-e1f1b42d6ff9bfa/src, inifile:
collected 3 items
<Module 'test_markers.py'>
<Function 'test_x'>

====================== no tests ran in 0.00 seconds =======================

关于python - 在 Pytest 中列出与给定标记关联的所有测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45599600/

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