-
pytest-sphinx是一款用于pytest的sphinx doctest插件
资源介绍
pytest狮身人面像
pytest的doctest插件,可从理解特定于sphinx的指令。 这些特定于sphinx的指令可用于rst文件以及python模块的文档字符串中。
这个插件是由以及的模板生成的。
特征
支持testcode和testoutput指令
支持testsetup和testcleanup的计划(欢迎拉动请求)
支持从pytest.ini解析全局选项标志( doctest_optionflags )
在testoutput支持:options:
为支持:skipif:在testcode和testoutput
:hide:被“ pytest-sphinx”忽略
要求
pytest
安装
您可以通过安装“ pytest-sphinx”:
$ pip install pytest-sphinx
用法
参见doctest-sphinx 。 看看doctest-ex