logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

datalad test - run internal DataLad (unit)tests.

Authors

        datalad is developed by The DataLad Team and Contributors <team@datalad.org>.

datalad test 0.15.5                                2022-02-10                                    dataladtest(1)

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

Name

dataladtest - run internal DataLad (unit)tests.

Options

       module test name(s), by default all tests of DataLad core and any installed extensions are executed.

       -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.

       -s, --nocapture
              do not capture stdout.

       --pdb  drop into debugger on failures or errors.

       -x, --stop
              stop running tests after the first error or failure.

       --version
              show the module and its version which provides the command

Synopsis

dataladtest [-h] [-v] [-s] [--pdb] [-x] [--version] [module ...]

See Also