File: control

package info (click to toggle)
python-testfixtures 4.14.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 860 kB
  • sloc: python: 6,084; makefile: 73
file content (102 lines) | stat: -rw-r--r-- 3,415 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
100
101
102
Source: python-testfixtures
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               python-all,
               python-django,
               python-django-doc,
               python-doc,
               python-manuel,
               python-mock,
               python-nose,
               python-setuptools,
               python-zope.component,
               python-zope.testrunner,
               python3-all,
               python3-django,
               python3-doc,
               python3-manuel,
               python3-mock,
               python3-nose,
               python3-pkginfo,
               python3-setuptools,
               python3-sphinx,
               python3-zope.component,
               python3-zope.testrunner
Standards-Version: 4.2.1
Homepage: https://github.com/Simplistix/testfixtures
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-testfixtures
Vcs-Git: https://salsa.debian.org/python-team/modules/python-testfixtures.git
Testsuite: autopkgtest-pkg-python


Package: python-testfixtures
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Suggests: python-testfixtures-doc (= ${binary:Version})
Description: Collection of helpers and mock objects (Python2 version)
 TestFixtures is a collection of helpers and mock objects that are useful when
 writing unit tests or doc tests. It includes tools for a wide range of tasks:
 .
  * Comparing objects and sequences
  * Mocking out objects and methods
  * Mocking dates and times
  * Testing logging
  * Testing output to streams
  * Testing with files and directories
  * Testing exceptions
  * Testing warnings
  * Testing use of the subprocess package
  * Testing with zope.component
 .
 This package contains the Python 2 version of the library.


Package: python3-testfixtures
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python-testfixtures-doc (= ${binary:Version})
Description: Collection of helpers and mock objects (Python3 version)
 TestFixtures is a collection of helpers and mock objects that are useful when
 writing unit tests or doc tests. It includes tools for a wide range of tasks:
 .
  * Comparing objects and sequences
  * Mocking out objects and methods
  * Mocking dates and times
  * Testing logging
  * Testing output to streams
  * Testing with files and directories
  * Testing exceptions
  * Testing warnings
  * Testing use of the subprocess package
  * Testing with zope.component
 .
 This package contains the Python 3 version of the library.


Package: python-testfixtures-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: Collection of helpers and mock objects (Documentation)
 TestFixtures is a collection of helpers and mock objects that are useful when
 writing unit tests or doc tests. It includes tools for a wide range of tasks:
 .
  * Comparing objects and sequences
  * Mocking out objects and methods
  * Mocking dates and times
  * Testing logging
  * Testing output to streams
  * Testing with files and directories
  * Testing exceptions
  * Testing warnings
  * Testing use of the subprocess package
  * Testing with zope.component
 .
 This package contains the documentation.