作者热门文章
- mongodb - 在 MongoDB mapreduce 中,如何展平值对象?
- javascript - 对象传播与 Object.assign
- html - 输入类型 ="submit"Vs 按钮标签它们可以互换吗?
- sql - 使用 MongoDB 而不是 MS SQL Server 的优缺点
当我尝试通过命令行运行测试时
py.test file_name.py
我收到了这个错误:
py.test: error: unrecognized arguments: --cov=ner_brands --cov-report=term-missing --cov-config
我该如何解决这个问题?
最佳答案
pytest-cov package如果您想将 --cov 参数传递给 pytest,则需要它,但默认情况下不应传递它。您使用的是 py.test 的修改版本吗?
pip install pytest-cov
会解决你的问题。
关于python - py.test : error: unrecognized arguments: --cov=ner_brands --cov-report=term-missing --cov-config,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26589990/
当我尝试通过命令行运行测试时 py.test file_name.py 我收到了这个错误: py.test: error: unrecognized arguments: --cov=ner_bra
我是一名优秀的程序员,十分优秀!