logo
首页技术栈工具库讨论
xdoctest

xdoctest

The xdoctest package is a re-write of Python's builtin doctest module. It replaces the old regex-based parser with a new abstract-syntax-tree based parser (using Python's ast module). The goal is to make doctests easier to write, simpler to configure, and encourage the pattern of test driven development.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconErotemic/xdoctest87
CONDA
conda install -c anaconda xdoctest
查看
标签
根据用户添加的标签生成
暂无标签