TAPPY(1) | tappy | TAPPY(1) |
tappy - a tap consumer for python
tappy [options] <pathname> [<pathname> ...]
The tappy command consumes the list of tap files given as pathname s and produces an output similar to what the regular text test-runner from python's unittest module would. If pathname points to a directory, tappy will look in that directory for *.tap files to consume.
If you have a tool that consumes the unittest regular output, but wish to use the TAP protocol to better integrate with other tools, you may use tappy to replay tests from .tap files, without having to actually run the tests again (which is much faster).
It is also an example of how to use the tap consumer API provided by the tap module.
WARNING:
The tappy and the tap modules were written by Matt LAYMAN (https://github.com/python-tap/tappy).
This manual page was written Nicolas CANIART, for the Debian project.
2020, Matt Layman and contributors
December 28, 2020 | 3.0 |