.TH "datalad test" "1" "2019\-02\-08" ""datalad test 0.11.2"" .SH NAME \fBdatalad test\fR \- run internal DataLad (unit)tests. .SH SYNOPSIS .nh .HP \fBdatalad test\fR [-h] [-v] [-s] [--pdb] [-x] [module [module ...]] .hy .SH DESCRIPTION This can be used to verify correct operation on the system. It is just a thin wrapper around a call to nose, so number of exposed options is minimal .SH OPTIONS .TP module test name(s), by default all tests of DataLad core and any installed extensions are executed. [Default: None] .TP \fB-h\fR, \fB--help\fR, \fB--help-np\fR show this help message. --help-np forcefully disables the use of a pager for displaying the help message .TP \fB-v\fR, \fB--verbose\fR be verbose - list test names. [Default: False] .TP \fB-s\fR, \fB--nocapture\fR do not capture stdout. [Default: False] .TP \fB--pdb\fR drop into debugger on failures or errors. [Default: False] .TP \fB-x\fR, \fB--stop\fR stop running tests after the first error or failure. [Default: False] .SH AUTHORS datalad is developed by The DataLad Team and Contributors .