.\" Man page generated from reStructuredText. . .TH "TAPPY" "1" "Nov 21, 2016" "2.1" "tappy" .SH NAME tappy \- a tap consumer for python . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .SH SYNOPSIS .sp \fBtappy\fP [\fIoptions\fP] <\fIpathname\fP> [<\fIpathname\fP> ...] .SH DESCRIPTION .sp The \fBtappy\fP command consumes the list of tap files given as \fIpathname\fP s and produces an output similar to what the regular text test\-runner from python\(aqs \fBunittest\fP module would. If \fIpathname\fP points to a directory, \fBtappy\fP will look in that directory for \fB*.tap\fP files to consume. .sp If you have a tool that consumes the \fIunittest\fP regular output, but wish to use the TAP protocol to better integrate with other tools, you may use tappy to \fIreplay\fP tests from .tap files, without having to actually run the tests again (which is much faster). .sp It is also an example of how to use the tap consumer API provided by the \fBtap\fP module. .sp \fBWARNING:\fP .INDENT 0.0 .INDENT 3.5 \fBtappy\fP\(aqs output will differ from the standard \fBunittest\fP output. Indeed it cannot reproduce error and failure messages (e.g. stack traces, ...) that are not recorded in tap files. .UNINDENT .UNINDENT .SH OPTIONS .INDENT 0.0 .TP .B \-h\fP,\fB \-\-help show a short description and option list and exit. .TP .B \-v\fP,\fB \-\-verbose produce verbose output .UNINDENT .SH AUTHOR .sp The \fBtappy\fP and the \fBtap\fP modules were written by Matt LAYMAN (\fI\%https://github.com/python\-tap/tappy\fP). .sp This manual page was written Nicolas CANIART, for the Debian project. .SH COPYRIGHT 2016, Matt Layman .\" Generated by docutils manpage writer. .