???<!-- GIF89;a -->
123123123123
.....................................................................................................................................???<!-- GIF89;a -->
123123123123
.....................................................................................................................................ó
¿öYc           @@  s    d  Z  d d l m Z d d l Z d d l m Z y d d l m Z Wn! e	 k
 ri d d l
 m Z n Xd e e f d „  ƒ  YZ d e j f d	 „  ƒ  YZ d S(
   s§   
raven.utils.testutils
~~~~~~~~~~~~~~~~~~~~~

:copyright: (c) 2010-2013 by the Sentry Team, see AUTHORS for more details.
:license: BSD, see LICENSE for more details.
i    (   t   absolute_importN(   t   Exam(   t   TestCaseR   c           B@  s   e  Z RS(    (   t   __name__t
   __module__(    (    (    sF   /opt/alt/python27/lib/python2.7/site-packages/raven/utils/testutils.pyR      s   t   InMemoryClientc           B@  s#   e  Z d  „  Z d „  Z d „  Z RS(   c         K@  s#   g  |  _  t t |  ƒ j |   d  S(   N(   t   eventst   superR   t   __init__(   t   selft   kwargs(    (    sF   /opt/alt/python27/lib/python2.7/site-packages/raven/utils/testutils.pyR      s    	c         C@  s   t  S(   N(   t   True(   R	   (    (    sF   /opt/alt/python27/lib/python2.7/site-packages/raven/utils/testutils.pyt
   is_enabled   s    c         K@  s   |  j  j | ƒ d  S(   N(   R   t   append(   R	   R
   (    (    sF   /opt/alt/python27/lib/python2.7/site-packages/raven/utils/testutils.pyt   send    s    (   R   R   R   R   R   (    (    (    sF   /opt/alt/python27/lib/python2.7/site-packages/raven/utils/testutils.pyR      s   		(   t   __doc__t
   __future__R    t   ravent   examR   t	   unittest2R   t   BaseTestCaset   ImportErrort   unittestt   ClientR   (    (    (    sF   /opt/alt/python27/lib/python2.7/site-packages/raven/utils/testutils.pyt   <module>   s   