Source: python-mockito Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Fabrice BAUZAC-STEHLY Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-sphinx, texinfo, python3-pytest, python3-pytest-asyncio, python3-numpy, Standards-Version: 4.6.2 Testsuite: autopkgtest-pkg-pybuild Homepage: https://github.com/kaste/mockito-python Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/python-team/packages/python-mockito Vcs-Git: https://salsa.debian.org/python-team/packages/python-mockito.git Package: python3-mockito Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Spying framework for Python This is a spying framework for Python, similar to Java's Mockito. For example: . when(os.path).exists('/foo').thenReturn(True) . This package contains the Python3 library. Package: python-mockito-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} Built-Using: ${sphinxdoc:Built-Using} Multi-Arch: foreign Description: Spying framework for Python - documentation This is a spying framework for Python, similar to Java's Mockito. For example: . when(os.path).exists('/foo').thenReturn(True) . This package contains the HTML documentation.