pytest-mypy:Pytest的Mypy静态类型检查器插件

时间:2024-05-24 04:39:34
【文件属性】:

文件名称:pytest-mypy:Pytest的Mypy静态类型检查器插件

文件大小:16KB

文件格式:ZIP

更新时间:2024-05-24 04:39:34

Python

pytest-mypy pytest的Mypy静态类型检查器插件 特征 作为pytest测试运行的一部分,在源文件上运行mypy静态类型检查器。 对于, 插件对所做的。 这是一项正在进行的工作-感谢请求。 安装 您可以通过安装“ pytest-mypy”: $ pip install pytest-mypy 用法 您可以使用--mypy标志启用pytest-mypy: $ py.test --mypy test_ * .py Mypy支持从mypy.ini文件。 另外,可以在conftest.py配置该插件,以使用其他选项调用mypy: def pytest_configure ( config ): plugin = config . pluginmanager . getplugin ( 'mypy' ) plugin . mypy_argv . appe


【文件预览】:
pytest-mypy-master
----README.rst(2KB)
----CONTRIBUTING.rst(827B)
----.github()
--------workflows()
----src()
--------pytest_mypy.py(10KB)
----.travis.yml(969B)
----tox.ini(6KB)
----LICENSE(1KB)
----setup.py(2KB)
----tests()
--------test_pytest_mypy.py(14KB)
--------conftest.py(28B)
----.gitignore(2KB)
----pyproject.toml(166B)
----changelog.md(2KB)

网友评论