Skip to content

Instantly share code, notes, and snippets.

@leocelis
Created May 24, 2016 23:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leocelis/638712f675b01e6e9d7b8e513610a27d to your computer and use it in GitHub Desktop.
Save leocelis/638712f675b01e6e9d7b8e513610a27d to your computer and use it in GitHub Desktop.
nosetests not running unit tests
# check visibility
$ nosetests -vv --collect-only
# remove executable permission from the file
$ chmod -R -x+X <filename>
# verify nosetests has visibility on the file
$ nosetests -vv --collect-only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment