Source: python-mox
Section: python
Priority: extra
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Iustin Pop <iustin@debian.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: python-all (>= 2.6.6-3)
Standards-Version: 3.8.4
Homepage: http://code.google.com/p/pymox/
Vcs-Browser: http://git.debian.org/?p=collab-maint/python-mox.git
Vcs-Git: git://git.debian.org/git/collab-maint/python-mox.git

Package: python-mox
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: a 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.
