python3-tap

TAP producer/consumer tools for Python unittest -- Python 3 version

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/python-tap/tappy


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-tap