pylint-pytest:一个Pylint插件,可以抑制与pytest相关的误报

时间:2024-06-03 06:56:23
【文件属性】:

文件名称:pylint-pytest:一个Pylint插件,可以抑制与pytest相关的误报

文件大小:34KB

文件格式:ZIP

更新时间:2024-06-03 06:56:23

pytest pylint pylint-plugin Python

幽门测验 一个Pylint插件,用于抑制与pytest相关的误报。 安装 要求: pylint pytest>=4.6 安装: $ pip install pylint-pytest 用法 通过命令行选项--load-plugins启用 $ pylint --load-plugins pylint_pytest < path> 或在pylintrc : [MASTER] load-plugins =pylint_pytest 禁止的Pylint警告 unused-argument 当夹具用于适用功能但未在功能主体中引用时的FP,例如 def test_something ( conftest_fixture ): # <- Unused argument 'conftest_fixture' assert True unused-


【文件预览】:
pylint-pytest-master
----.gitignore(72B)
----setup.cfg(119B)
----README.md(4KB)
----CHANGELOG.md(3KB)
----.github()
--------ISSUE_TEMPLATE()
----appveyor.yml(850B)
----tests()
--------test_no_member.py(2KB)
--------test_regression.py(977B)
--------test_unused_argument.py(1KB)
--------test_pytest_fixture_positional_arguments.py(615B)
--------test_unused_import.py(2KB)
--------base_tester.py(3KB)
--------test_redefined_outer_name.py(1KB)
--------input()
--------test_pytest_mark_for_fixtures.py(1012B)
--------test_cannot_enumerate_fixtures.py(730B)
--------test_pytest_yield_fixture.py(480B)
----LICENSE(1KB)
----sandbox()
--------.placeholder(16B)
----setup.py(2KB)
----.travis.yml(484B)
----tox.ini(131B)
----pylint_pytest()
--------utils.py(3KB)
--------__init__.py(968B)
--------checkers()

网友评论