[ bullseye ]
[ 原始碼: python-mox ]
套件:python3-mox(0.7.8-5)
mock object framework for Python 3
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.
This package contains the Python 3 module for mox.
其他與 python3-mox 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-six
- Python 2 and 3 compatibility library (Python 3 interface)