File: control

package info (click to toggle)
mocker 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 316 kB
  • ctags: 956
  • sloc: python: 4,548; makefile: 11
file content (22 lines) | stat: -rw-r--r-- 857 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: mocker
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Andrew Mitchell <ajmitch@debian.org>,
 Charles Plessy <plessy@debian.org>
Section: python
Priority: optional
Standards-Version: 3.9.3
Build-Depends-Indep:
    python-setuptools
Build-Depends: python-all (>= 2.6.6-3~),
               debhelper (>= 8)
Homepage: http://labix.org/mocker
Vcs-Svn: svn://svn.debian.org/python-modules/packages/mocker/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/mocker/trunk/

Package: python-mocker
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Mocker object mocking framework
 Mocker provides an API for mocking Python objects in unit tests. Mocker
 provides graceful creation of test doubles (mocks, stubs, fakes, and dummies)
 for Python testing needs.