--- you can reply above this line ---

New issue 236: Support nose.plugins.skip.SkipTest at import time
https://bitbucket.org/hpk42/pytest/issue/236/support-nosepluginsskipskiptest-at-import

Floris Bruynooghe:

It seems in nose you can raise nose.plugins.skip.SkipTest at import time of a 
test module.  Nose will then just list this as a skipped test.  When running 
this with py.test this will show up as an collection error instead (which is 
annoying since -x stops on it).

It would be nice if py.test would recognise this exception and also list the 
module as skipped.


--

This is an issue notification from bitbucket.org. You are receiving
this either because you are the owner of the issue, or you are
following the issue.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to