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

上传:qqyearn40229 浏览: 38 推荐: 0 文件:ZIP 大小:8.15KB 上传时间:2021-02-21 00:26:29 版权申诉
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
上传资源
用户评论