Provided by: datalad_0.9.3-1_all 

SYNOPSIS
datalad-test [-h] [-v] [-s] [--pdb] [-x] [module]
DESCRIPTION
Run internal DataLad (unit)tests.
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
OPTIONS
module be verbose - list test names. [Default: 'datalad']
-h, --help, --help-np
show this help message. --help-np forcefully disables the use of a pager for displaying the help
message
-v, --verbose
be verbose - list test names. [Default: False]
-s, --nocapture
do not capture stdout. [Default: False]
--pdb drop into debugger on failures or errors. [Default: False]
-x, --stop
stop running tests after the first error or failure. [Default: False]
AUTHORS
datalad is developed by The DataLad Team and Contributors <team@datalad.org>.
datalad-test 0.9.3 2018-04-03 datalad-test(1)