tap.py 2.6.2-2 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Simon McVittie ]
  * d/p/0001-Fix-typo-in-man-page.patch: Mark as forwarded
  * d/p/test_tracker.py-Fix-test-failure-in-non-English-locales.patch:
    Add proposed patch to fix FTBFS in non-English locales

 -- Simon McVittie <email address hidden>  Fri, 10 Jan 2020 10:26:37 +0000

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-2.dsc 2.9 KiB bc857a41e454842e7786f2f830aa80b007fcad018d3902821f5ef07263111473
tap.py_2.6.2.orig.tar.gz 145.5 KiB 5f219d92dbad5e378f8f7549cdfe655b0d5fd2a778f9c83bee51b61c6ca40efb
tap.py_2.6.2-2.debian.tar.xz 7.3 KiB 13575720b9fc642a4e4fe72af67e021957882ceb285a92a3a0ac0451c274da1d

Available diffs

No changes file available.

Binary packages built by this source

python-tap: No summary available for python-tap in ubuntu focal.

No description available for python-tap in ubuntu focal.

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.