1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: python-mox
Section: python
Priority: extra
Maintainer: Iustin Pop <iustin@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
python (>= 2.6.6-3~), python-all (>= 2.6.6-3~), dh-python
Standards-Version: 3.9.6
Homepage: http://code.google.com/p/pymox/
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-mox.git
Vcs-Git: git://anonscm.debian.org/collab-maint/python-mox.git
X-Python-Version: >= 2.4
Package: python-mox
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: 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.
|