File: control

package info (click to toggle)
zope.testing 6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 392 kB
  • sloc: python: 647; makefile: 8
file content (28 lines) | stat: -rw-r--r-- 1,026 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
Source: zope.testing
Section: zope
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Colin Watson <cjwatson@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-setuptools,
               python3-zope.testrunner,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/zopefoundation/zope.testing
Vcs-Browser: https://salsa.debian.org/python-team/packages/zope.testing
Vcs-Git: https://salsa.debian.org/python-team/packages/zope.testing.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-zope.testing
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Provides: ${python3:Provides}
Multi-Arch: foreign
Description: Zope testing helpers for Python 3
 This package provides a number of testing frameworks. It includes a flexible
 test runner, and supports both doctest and unittest.
 .
 This is the Python 3 version.