ó
 m[c           @   s0   d  e  f d „  ƒ  YZ d e  f d „  ƒ  YZ d S(   t   KnownFailureTestc           B   s   e  Z d  Z RS(   sF   
    Raise this exception to mark a test as a known failing test.
    (   t   __name__t
   __module__t   __doc__(    (    (    sB   lib/python2.7/site-packages/matplotlib/testing/_nose/exceptions.pyR       s   t   KnownFailureDidNotFailTestc           B   s   e  Z d  Z RS(   sM   
    Raise this exception to mark a test should have failed but did not.
    (   R   R   R   (    (    (    sB   lib/python2.7/site-packages/matplotlib/testing/_nose/exceptions.pyR      s   N(   t	   ExceptionR    R   (    (    (    sB   lib/python2.7/site-packages/matplotlib/testing/_nose/exceptions.pyt   <module>   s   