utils.skip_test

Module: utils.skip_test

Utilities to skip tests

nipy.utils.skip_test.skip_if_running_nose(msg=None)[source]

Raise a SkipTest if we appear to be running the nose test loader.

Parameters

msg: string, optional

The message issued when SkipTest is raised