py.test可以测试docstring的numpy风格吗?

时间:2017-08-14 11:33:00

标签: python pytest numpydoc

我的pytest.ini目前看起来像这样:

[pytest]
addopts = --doctest-modules --cov=. --cov-report html --pep8 --flakes
doctest_encoding = utf-8

所以我已经测试了PEP8。但我还想测试numpydoc格式的文档字符串:

  • 是否以正确的顺序命名了所有参数?
  • 如果有一个return语句,docstring中还有Returns吗?
  • ...

这可能吗

0 个答案:

没有答案