[ buster ]
[ ソース: python-mox ]
パッケージ: python-mox (0.5.3-5)
python-mox に関するリンク
Debian の資源:
python-mox ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [code.google.com]
類似のパッケージ:
mock object framework for Python
Mox is a mock object framework for Python that simplifies the writing of unittests.
Mox will make mock objects for you, so you don't have to create your own. It mocks the public/protected interfaces of Python objects. You set up your mock objects expected behavior using a domain specific language (DSL), which makes it easy to use, understand, and refactor.
It is based on EasyMock, a Java mock object framework.