File: control

package info (click to toggle)
python-testtools 1.8.0-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,228 kB
  • ctags: 3,177
  • sloc: python: 12,242; makefile: 130; sh: 2
file content (99 lines) | stat: -rw-r--r-- 4,122 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Source: python-testtools
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Robert Collins <robertc@robertcollins.net>,
           Thomas Goirand <zigo@debian.org>,
           Jelmer Vernooij <jelmer@debian.org>,
           Free Ekanayaka <freee@debian.org>,
Build-Depends: debhelper (>= 10),
               dh-python,
               openstack-pkg-tools,
               python-all,
               python-pbr (>= 0.11),
               python-setuptools,
               python-sphinx,
               python3-all,
               python3-pbr (>= 0.11),
               python3-setuptools,
Build-Depends-Indep: python-extras,
                     python-linecache2,
                     python-mimeparse,
                     python-testresources,
                     python-traceback2,
                     python-twisted,
                     python-unittest2 (>= 1.1.0),
                     python3-extras,
                     python3-linecache2,
                     python3-mimeparse,
                     python3-testresources,
                     python3-traceback2,
                     python3-unittest2 (>= 1.1.0),
Standards-Version: 3.9.6
Vcs-Git: https://git.openstack.org/openstack/deb-python-testtools -b debian/newton
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-testtools?h=debian%2Fnewton
Homepage: https://github.com/testing-cabal/testtools
XS-Testsuite: autopkgtest

Package: python-testtools
Architecture: all
Depends: python-extras,
         python-linecache2,
         python-mimeparse,
         python-pbr (>= 0.11),
         python-pkg-resources,
         python-traceback2,
         python-unittest2 (>= 1.1.0),
         ${misc:Depends},
         ${python:Depends},
Provides: ${python:Provides},
Recommends: python-fixtures,
Suggests: python-testtools-doc,
          python-twisted,
Description: Extensions to the Python unittest library - Python 2.x
 testtools (formerly pyunit3k) is a set of extensions to the Python standard
 library's unit testing framework. These extensions have been derived from
 years of experience with unit testing in Python and come from many different
 sources. It's hoped that these extensions will make their way into the
 standard library eventually. Also included are backports from Python trunk of
 unittest features that are not otherwise available to existing unittest users.
 .
 This package contains the libraries for Python 2.x.

Package: python3-testtools
Architecture: all
Depends: python3-extras,
         python3-linecache2,
         python3-mimeparse,
         python3-pbr (>= 0.11),
         python3-pkg-resources,
         python3-traceback2,
         python3-unittest2 (>= 1.1.0),
         ${misc:Depends},
         ${python3:Depends},
Suggests: python-testtools-doc,
Provides: ${python:Provides},
Description: Extensions to the Python unittest library - Python 3.x
 testtools (formerly pyunit3k) is a set of extensions to the Python standard
 library's unit testing framework. These extensions have been derived from
 years of experience with unit testing in Python and come from many different
 sources. It's hoped that these extensions will make their way into the
 standard library eventually. Also included are backports from Python trunk of
 unittest features that are not otherwise available to existing unittest users.
 .
 This package contains the libraries for Python 3.x.

Package: python-testtools-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Description: Extensions to the Python unittest library - doc
 testtools (formerly pyunit3k) is a set of extensions to the Python standard
 library's unit testing framework. These extensions have been derived from
 years of experience with unit testing in Python and come from many different
 sources. It's hoped that these extensions will make their way into the
 standard library eventually. Also included are backports from Python trunk of
 unittest features that are not otherwise available to existing unittest users.
 .
 This package contains the documentation.