gpt4 book ai didi

python - Pytest:只运行 linter 检查(pytest-flake8),不运行测试

转载 作者:行者123 更新时间:2023-11-28 17:03:14 25 4
gpt4 key购买 nike

我正在使用 pytest-flake8用于检查我的 Python 代码的插件。每次我这样运行 linting 时:

pytest --flake8

除了 linting 之外,所有测试都会运行。但我只想运行 linter 检查。

我如何配置 pytest 以便它只对代码进行 lints 而跳过我的所有测试,最好是通过命令行(或 conftest.py)-无需在我的测试中添加跳过标记

最佳答案

flake8 测试标有 flake8 标记,因此您可以通过运行仅选择那些测试:

pytest --flake8 -m flake8

关于python - Pytest:只运行 linter 检查(pytest-flake8),不运行测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52889246/

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