Source: python-mock Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Python Modules Team Uploaders: Michael Fladischer Section: python Priority: extra Build-Depends: debhelper (>= 8), dh-python, python-all, python-funcsigs, python-pbr (>= 0.11), python-setuptools (>= 17.1), python-six, python-unittest2 (>= 1.1.0), python-testrepository, python3-all, python3-pbr (>= 0.11), python3-setuptools, python3-six, python3-unittest2, python3-testrepository Build-Depends-Indep: libjs-jquery, python-sphinx (>= 1.0.7+dfsg-1~) Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-mock/trunk/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-mock/trunk/ Homepage: http://www.voidspace.org.uk/python/mock/ X-Python-Version: >= 2.4 X-Python3-Version: >= 3.0 Package: python-mock Architecture: all Depends: python-funcsigs, ${misc:Depends}, ${python:Depends} Suggests: python-mock-doc Description: Mocking and Testing Library mock provides a core mock.Mock class that is intended to reduce the need to create a host of trivial stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set specific attributes in the normal way. Package: python3-mock Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Suggests: python-mock-doc Description: Mocking and Testing Library (Python3 version) mock provides a core mock.Mock class that is intended to reduce the need to create a host of trivial stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set specific attributes in the normal way. . This package contains the Python 3 version of the library. Package: python-mock-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} Breaks: python-mock (<< 0.7.2) Replaces: python-mock (<< 0.7.2) Description: Mocking and Testing Library (Documentation) mock provides a core mock.Mock class that is intended to reduce the need to create a host of trivial stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set specific attributes in the normal way. . This package contains the documentation.