1. 首页
  2. 数据库
  3. 其它
  4. pytest flakes:用于运行pyflakes的pytest插件 源码

pytest flakes:用于运行pyflakes的pytest插件 源码

上传者: 2021-02-21 00:26:29上传 ZIP文件 8.15KB 热度 40次
pytest片 py.test插件,用于使用pyflakes有效地检查python源。 用法 通过以下方式安装: pip install pytest-flakes 如果再输入: py.test --flakes 从命令行参数开始,将发现每个以.py结尾的文件并通过pyflakes运行。 简单用法示例 考虑您有以下代码: # content of module.py import os from os.path import * def some_function(): pass 在安装pytest-flakes的情况下运行它会显示两个问题: $ py.test -q --fl
用户评论