.TH "datalad test" "1" "2021\-07\-23" "datalad test 0.14.6" .SH NAME \fBdatalad test\fR \- run internal DataLad (unit)tests. .SH SYNOPSIS .nh .HP \fBdatalad test\fR [-h] [-v] [-s] [--pdb] [-x] [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. .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. .TP \fB-s\fR, \fB--nocapture\fR do not capture stdout. .TP \fB--pdb\fR drop into debugger on failures or errors. .TP \fB-x\fR, \fB--stop\fR stop running tests after the first error or failure. .SH AUTHORS datalad is developed by The DataLad Team and Contributors .