[ 源代码: python-pretend ]
软件包:python3-pretend(1.0.9-1)
python3-pretend 的相关链接
Debian 的资源:
下载源码包 python-pretend:
- [python-pretend_1.0.9-1.dsc]
- [python-pretend_1.0.9.orig.tar.gz]
- [python-pretend_1.0.9.orig.tar.gz.asc]
- [python-pretend_1.0.9-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Python library for stubbing (Python 3)
Pretend is a library to make stubbing with Python easier.
Stubbing is a technique for writing tests. You may hear the term mixed up with mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned responses, rather than doing any computation.