<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
ó
¿ö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   