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
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5.
.TH CSB-TEST "1" "November 2017" "csb-test 1.2.5" "User Commands"
.SH NAME
csb-test \- CSB Test Runner Console
.SH DESCRIPTION
usage: csb\-test [\-h] [\-t {unit,functional,custom,any,regression}]
.IP
[\-v VERBOSITY] [\-u] [\-g GENERATED_RESOURCES]
[namespaces [namespaces ...]]
.PP
CSB Test Runner Console.
.SS "positional arguments:"
.TP
namespaces
An optional list of CSB test dotted namespaces, from
which to load tests. '__main__' and '.' are
interpreted as the current module. If a namespace ends
with an asterisk '.*', all sub\-packages will be
scanned as well. Examples: "csb.test.cases.bio.*"
"csb.test.cases.bio.io" "csb.test.cases.bio.utils"
".")
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-t\fR {unit,functional,custom,any,regression}, \fB\-\-type\fR {unit,functional,custom,any,regression}
Type of tests to load from each namespace
(default=any)
.TP
\fB\-v\fR VERBOSITY, \fB\-\-verbosity\fR VERBOSITY
Verbosity level passed to unittest.TextTestRunner
(default=1).
.TP
\fB\-u\fR, \fB\-\-update\-files\fR
Force update of the test pickles in
\fI\,/usr/lib/python3/dist\-packages/csb/test/data\/\fP
.TP
\fB\-g\fR GENERATED_RESOURCES, \fB\-\-generated\-resources\fR GENERATED_RESOURCES
Generate, store and load additional test resources in
this directory (default=/usr/lib/python3/distpackages/csb/test/data)
.SH AUTHOR
This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.
|