Current File : //usr/lib/python2.7/site-packages/nose/plugins/skip.pyc |
�
d�Uc @ s� d Z d d l m Z m Z y d d l m Z WnO e k
r� y d d l m Z Wq� e k
r} d e f d � � YZ q� Xn Xd e f d � � YZ d S( s^
This plugin installs a SKIP error class for the SkipTest exception.
When SkipTest is raised, the exception will be logged in the skipped
attribute of the result, 'S' or 'SKIP' (verbose) will be output, and
the exception will not be counted as an error or failure. This plugin
is enabled by default but may be disabled with the ``--no-skip`` option.
i����( t
ErrorClasst ErrorClassPlugin( t SkipTestR c B s e Z d Z RS( s<