Codebase list python-mockito / 739297e debian / control
739297e

Tree @739297e (Download .tar.gz)

control @739297eraw · history · blame

Source: python-mockito
Section: python
Priority: optional
XSBC-Original-Maintainer: PKG OpenStack <[email protected]>
Maintainer: Kali Developers <[email protected]>
Uploaders: Sophie Brun <[email protected]>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-nose,
	       python3-numpy,
	       python3-pytest,
               python3-setuptools
Standards-Version: 4.4.1
Vcs-Browser: https://gitlab.com/kalilinux/packages/python-mockito
Vcs-Git: https://gitlab.com/kalilinux/packages/python-mockito.git
Homepage: https://github.com/kaste/mockito-python
Testsuite: autopkgtest-pkg-python

Package: python3-mockito
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Description: spying (testing) framework - Python 3.x
 Mockito is a testing framework. The framework allows the creation of Test
 Double objects (called "Mock Objects") in automated unit tests for the purpose
 of Test-driven Development (TDD) or Behavior Driven Development (BDD).
 .
 Python Mockito is a spying framework based on Java library with the same name.
 .
 This package provides the Python 3.x module.