-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
type: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch
Description
Originally reported by: Floris Bruynooghe (BitBucket: flub, GitHub: flub)
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.
Metadata
Metadata
Assignees
Labels
type: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch