ipytest:IPython笔记本中的Pytest 源码
ipytest-IPython笔记本中的单元测试 | | | 历程 有时,IPython中的快速实验会变大,您会发现自己需要单元测试。 该模块旨在简化IPython笔记本中的测试代码。 它的核心是提供一种在笔记本环境中运行测试的方法。 它还旨在简化将测试转移到适当的python模块中的过程。 安装: pip install ipytest 特征: 支持笔记本内部的 (带有所有的钟声和口哨声) 通过魔术和自动代码转换与IPython紧密集成 用法 有关用法,请参见或以下核心API的文档。 建议的导入ipytest是: import ipytest ipytest . autoconfi
文件列表
ipytest-master.zip
(预估有个25文件)
ipytest-master
MANIFEST.in
37B
Readme.md
12KB
ipytest
_config.py
6KB
_util.py
2KB
__init__.py
302B
_pytest_support.py
8KB
Pipfile.lock
46KB
tasks.py
1KB
暂无评论