tap.py 2.6.2-3 source package in Ubuntu

Changelog

tap.py (2.6.2-3) unstable; urgency=medium

  * Team upload.
  * Drop python2 support; Closes: #938625

 -- Sandro Tosi <email address hidden>  Tue, 14 Jan 2020 11:45:47 -0500

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tap.py_2.6.2-3.dsc 2.3 KiB aae32ec571e47642b67b2b5f4cfa071bca255eb2e55ca5f5a6cda675d11a35d3
tap.py_2.6.2.orig.tar.gz 145.5 KiB 5f219d92dbad5e378f8f7549cdfe655b0d5fd2a778f9c83bee51b61c6ca40efb
tap.py_2.6.2-3.debian.tar.xz 7.2 KiB 6ae11ea1c2cedb85350b99905766ce4faf787bbb35514532ca8c9a07640a879d

Available diffs

No changes file available.

Binary packages built by this source

python-tap-doc: 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.

python3-tap: 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.

tappy: 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.