[ buster ]
[ ソース: python-pretend ]
パッケージ: python-pretend (1.0.8-2)
python-pretend に関するリンク
Debian の資源:
python-pretend ソースパッケージをダウンロード:
- [python-pretend_1.0.8-2.dsc]
- [python-pretend_1.0.8.orig.tar.gz]
- [python-pretend_1.0.8-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Python library for stubbing (Python 2)
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.
This package contains the Python 2 version of pretend.