ó
Qº’Nc           @   sN   d  d l  Z  d  d l Z d e  j f d „  ƒ  YZ d e  j f d „  ƒ  YZ d S(   iÿÿÿÿNt   ComputerJanitorExceptionTestsc           B   s   e  Z d  „  Z RS(   c         C   s/   t  j ƒ  } d | _ |  j t | ƒ d ƒ d  S(   Nt   pink(   t   computerjanitort	   Exceptiont   _strt   assertEqualt   str(   t   selft   e(    (    s=   /usr/lib/python2.7/dist-packages/computerjanitor/exc_tests.pyt   testReturnsStrCorrectly   s    	(   t   __name__t
   __module__R	   (    (    (    s=   /usr/lib/python2.7/dist-packages/computerjanitor/exc_tests.pyR       s   t   UnimplementedMethodTestsc           B   s   e  Z d  „  Z RS(   c         C   s/   t  j |  j ƒ } |  j d t | ƒ k ƒ d  S(   Nt   __init__(   R   t   UnimplementedMethodR   t   assert_R   (   R   R   (    (    s=   /usr/lib/python2.7/dist-packages/computerjanitor/exc_tests.pyt"   testErrorMessageContainsMethodName    s    (   R
   R   R   (    (    (    s=   /usr/lib/python2.7/dist-packages/computerjanitor/exc_tests.pyR      s   (   t   unittestR   t   TestCaseR    R   (    (    (    s=   /usr/lib/python2.7/dist-packages/computerjanitor/exc_tests.pyt   <module>   s   