File: control

package info (click to toggle)
python-mock 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 564 kB
  • ctags: 1,123
  • sloc: python: 5,677; sh: 37; makefile: 11
file content (71 lines) | stat: -rw-r--r-- 2,813 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Source: python-mock
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>,
           Ondřej Nový <onovy@debian.org>,
Section: python
Priority: extra
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-pbr (>= 1.3),
               python-setuptools (>= 17.1),
               python3-all,
               python3-pbr (>= 1.3),
               python3-setuptools (>= 17.1),
               python3-sphinx,
Build-Depends-Indep: python-funcsigs (>= 1),
                     python-six (>= 1.9),
                     python-unittest2 (>= 1.1.0),
                     python3-six (>= 1.9),
                     python3-unittest2,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-mock.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-mock.git
Homepage: https://github.com/testing-cabal/mock
Testsuite: autopkgtest-pkg-python

Package: python-mock
Architecture: all
Depends: python-funcsigs (>= 1),
         python-pbr (>= 1.3),
         ${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: python3-pbr (>= 1.3),
         ${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},
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.