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
|
Source: zope.testrunner
Section: zope
Priority: optional
Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>
Uploaders: Brian Sutherland <brian@vanguardistas.net>
Build-Depends: debhelper (>= 7.0.50~),
python-all (>= 2.6.6-3~),
python3-all,
python-setuptools,
python3-setuptools,
Standards-Version: 3.9.6
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.1
XS-Testsuite: autopkgtest
Homepage: http://pypi.python.org/pypi/zope.testrunner
Vcs-Svn: svn://anonscm.debian.org/pkg-zope/zope.testrunner/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.testrunner/trunk
Package: python3-zope.testrunner
Architecture: all
Depends: python3-zope, ${python3:Depends}, ${misc:Depends}, python3-zope.exceptions (>= 4.0.1~)
Provides: ${python3:Provides}
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.
Package: python-zope.testrunner
Architecture: all
Depends: python-zope, ${python:Depends}, ${misc:Depends}
Replaces: python-zope.testing (<< 3.10.0)
Breaks: python-zope.testing (<< 3.10.0)
Provides: ${python:Provides}
Description: Flexible test runner with layer support for Python
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.
|