Utilities to facilitate the writing of tests for nitime.
Return first-package-wins option string for this version of nose
Versions of nose prior to 1.1.0 needed =True for first-package-wins, versions after won’t accept it.
changeset: 816:c344a4552d76 http://code.google.com/p/python-nose/issues/detail?id=293
Returns : | fpw_str : str Either ‘–first-package-wins’ or ‘–first-package-wins=True’ depending : on the nose version we are running. : |
---|
Import nose only when needed.
Run the nitime test suite using nose.
Parameters : | nose_arg: string, optional :
doctests: bool, optional :
first_package_wins: bool, optional :
extra_argv: string, list or tuple, optional :
|
---|