Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 pytest.ini 目前看起来像这样:
[pytest] addopts = --doctest-modules --cov=. --cov-report html --pep8 --flakes doctest_encoding = utf-8
所以我已经测试了 PEP8。但我也想测试 numpydoc 格式的文档字符串:
Returns
这可能吗