datalad.api.test¶
-
datalad.api.
test
(module='datalad', verbose=False, nocapture=False, pdb=False, stop=False)¶ 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
Parameters: - module – be verbose - list test names. [Default: ‘datalad’]
- verbose (bool, optional) – be verbose - list test names. [Default: False]
- nocapture (bool, optional) – do not capture stdout. [Default: False]
- pdb (bool, optional) – drop into debugger on failures or errors. [Default: False]
- stop (bool, optional) – stop running tests after the first error or failure. [Default: False]