登录 注册
当前位置:主页 > 资源下载 > 9 > pytest-sphinx是一款用于pytest的sphinx doctest插件

pytest-sphinx是一款用于pytest的sphinx doctest插件

  • 更新:2024-09-30 16:48:02
  • 大小:20KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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