Source: tap.py Section: python Priority: optional Maintainer: Python Modules Team Uploaders: Nicolas CANIART , Simon McVittie , Build-Depends: debhelper-compat (= 12), dh-exec, dh-python, python-all, python-babel, python-docutils, python-mock, python-more-itertools , python-setuptools, python-yaml , python3-all, python3-babel, python3-mock, python3-more-itertools , python3-setuptools, python3-sphinx, python3-yaml , Rules-Requires-Root: no Standards-Version: 4.3.0 Homepage: https://github.com/python-tap/tappy Vcs-Git: https://salsa.debian.org/python-team/modules/tap.py.git Vcs-Browser: https://salsa.debian.org/python-team/modules/tap.py Testsuite: autopkgtest-pkg-python Package: python-tap Architecture: all Depends: ${misc:Depends}, ${python:Depends}, Recommends: python-more-itertools, python-yaml, Breaks: python-tappy (<< 1.9), Replaces: python-tappy (<< 1.9), Description: TAP producer/consumer tools for Python unittest -- Python 2 version The tap.py package provides a set of tools for working with the Test Anything Protocol (TAP). TAP is a line based test protocol for recording test data in a standard way. . As a TAP producer, this package comes with a test-runner that implements the unittest.TestRunner interface and produces TAP compliant output. . As a TAP consumer, it includes tools to parse the output of TAP compliant producers. It also provides means to replay a test-suite from a captured output, without having to actually run the tests again. . This package provide the Python 2.x version of tap.py. Package: python-tap-doc Architecture: all Multi-Arch: foreign Section: doc Depends: libjs-sphinxdoc, ${misc:Depends}, ${sphinxdoc:Depends}, Description: TAP producer/consumer tools for Python unittest -- documentation The tap.py package provides a set of tools for working with the Test Anything Protocol (TAP). TAP is a line based test protocol for recording test data in a standard way. . This package provides the documentation for developers who want to use the tap.py package in their applications. Package: python3-tap Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Recommends: python3-more-itertools, python3-yaml, Breaks: python-tappy (<< 1.9), Replaces: python-tappy (<< 1.9), Description: TAP producer/consumer tools for Python unittest -- Python 3 version The tap.py package provides a set of tools for working with the Test Anything Protocol (TAP). TAP is a line based test protocol for recording test data in a standard way. . As a TAP producer, this package comes with a test-runner that implements the unittest.TestRunner interface and produces TAP compliant output. . As a TAP consumer, it includes tools to parse the output of TAP compliant producers. It also provides means to replay a test-suite from a captured output, without having to actually run the tests again. . This package provide the Python 3.x version of tap.py. Package: tappy Architecture: all Multi-Arch: foreign Depends: python3-pkg-resources, python3-tap (= ${binary:Version}), ${misc:Depends}, ${python3:Depends}, Conflicts: python-tappy, python3-tappy, Replaces: python-tappy, python3-tappy, Description: TAP consumer tool The tap.py package provides a set of tools for working with the Test Anything Protocol (TAP). TAP is a line based test protocol for recording test data in a standard way. . This package provides the command-line tool 'tappy', which parses TAP syntax in files or a stream and produces unittest-style output.