File: control

package info (click to toggle)
zope.testrunner 5.2-3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,528 kB
  • sloc: python: 5,968; makefile: 17
file content (29 lines) | stat: -rw-r--r-- 1,182 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
Source: zope.testrunner
Section: zope
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-six,
               python3-zope.exceptions,
               python3-zope.interface,
               python3-zope.testing <!nocheck>,
Standards-Version: 4.5.1
Testsuite: autopkgtest-pkg-python
Homepage: http://pypi.python.org/pypi/zope.testrunner

Package: python3-zope.testrunner
Architecture: all
Depends: python3-zope, ${python3:Depends}, ${misc:Depends}, python3-zope.exceptions (>= 4.0.1~)
Provides: ${python3:Provides}
Breaks: python-zope.testrunner (<< 4.4.9-2)
Replaces: python-zope.testrunner (<< 4.4.9-2)
Description: Flexible test runner with layer support for Python 3
 The testrunner module is used to run automated tests defined using the
 unittest framework and previously available in zope.testing.
 .
 Its primary feature is that it finds tests by searching directory trees. It
 doesn't require the manual concatenation of specific test suites. It is
 highly customizable and should be usable with any project.