Source: zope.testrunner Section: zope Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper (>= 11), dh-python, python3-all, python3-setuptools, python3-six, python3-zope.exceptions, python3-zope.interface, python3-zope.testing , 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.