1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2.
.TH qpid-python-test "1" "November 2016" "Apache QPID" "User Commands"
.\".TH TOTALS: "1" "November 2016" "Totals: 0 tests, 0 passed, 0 skipped, 0 ignored, 0 failed" "User Commands"
.SH NAME
qpid-python-test \- run tests of the python QPID library for a broker
.SH SYNOPSIS
.B qpid-python-test
[\fIoptions\fR] \fIPATTERN \fR...
.SH DESCRIPTION
Run tests matching the specified PATTERNs.
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-l\fR, \fB\-\-list\fR
list tests instead of executing them
.TP
\fB\-b\fR BROKER, \fB\-\-broker\fR=\fIBROKER\fR
run tests against BROKER \(default localhost\)
.TP
\fB\-f\fR FILE, \fB\-\-log\-file\fR=\fIFILE\fR
log output to FILE
.TP
\fB\-v\fR LEVEL, \fB\-\-log\-level\fR=\fILEVEL\fR
only display log messages of LEVEL or higher severity:
DEBUG, WARN, ERROR \(default WARN\)
.TP
\fB\-c\fR CATEGORY, \fB\-\-log\-category\fR=\fICATEGORY\fR
log only categories matching CATEGORY pattern
.TP
\fB\-m\fR MODULES, \fB\-\-module\fR=\fIMODULES\fR
add module to test search path
.TP
\fB\-i\fR IGNORE, \fB\-\-ignore\fR=\fIIGNORE\fR
ignore tests matching IGNORE pattern
.TP
\fB\-I\fR IFILE, \fB\-\-ignore\-file\fR=\fIIFILE\fR
ignore tests matching patterns in IFILE
.TP
\fB\-H\fR, \fB\-\-halt\-on\-error\fR
halt if an error is encountered
.TP
\fB\-t\fR, \fB\-\-time\fR
report timing information on test run
.TP
\fB\-D\fR DEFINE, \fB\-\-define\fR=\fIDEFINE\fR
define test parameters
.TP
\fB-x\fR XML, \fB\-\-xml=XML
write test results in Junit style xml suitable for use
by CI tools etc
.SH "SEE ALSO"
For more information on
.B qpid-python-test
please check the QPID wiki at
.B http://qpid.apache.org.
|