File: control

package info (click to toggle)
python-pretend 1.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 136 kB
  • ctags: 31
  • sloc: python: 131; makefile: 3
file content (55 lines) | stat: -rw-r--r-- 1,963 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
Source: python-pretend
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Tristan Seligmann <mithrandi@debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all,
 python3-all,
 pypy,
 python-setuptools,
 python3-setuptools,
 pypy-setuptools,
Standards-Version: 3.9.6
Homepage: https://github.com/alex/pretend
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pretend/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pretend/trunk/
XS-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-pretend
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Python library for stubbing (Python 2)
 Pretend is a library to make stubbing with Python easier.
 .
 Stubbing is a technique for writing tests. You may hear the term mixed up with
 mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned
 responses, rather than doing any computation.
 .
 This package contains the Python 2 version of pretend.

Package: python3-pretend
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Python library for stubbing (Python 3)
 Pretend is a library to make stubbing with Python easier.
 .
 Stubbing is a technique for writing tests. You may hear the term mixed up with
 mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned
 responses, rather than doing any computation.
 .

Package: pypy-pretend
Architecture: all
Depends: ${pypy:Depends}, ${misc:Depends}
Description: Python library for stubbing (PyPy)
 Pretend is a library to make stubbing with Python easier.
 .
 Stubbing is a technique for writing tests. You may hear the term mixed up with
 mocks, fakes, or doubles. Basically a stub is an object that returns pre-canned
 responses, rather than doing any computation.
 .
 This package contains the PyPy version of pretend.