def test_redocjs_lib_is_copied(sphinxdocs):
srcdir, outdir = sphinxdocs
extdir = py.path.local(
pkg_resources.get_provider('sphinxcontrib.redoc').module_path)
assert outdir.join('_static', 'redoc.js').check()
assert outdir.join('_static', 'redoc.js').computehash() \
== extdir.join('redoc.js').computehash()
test_integration.py 文件源码
python
阅读 37
收藏 0
点赞 0
评论 0
评论列表
文章目录