ó
`žTc           @   sD   d  Z  d d l Z d d l Z d d l m Z d   Z d   Z d S(   s˛   
    flask.testsuite.examples
    ~~~~~~~~~~~~~~~~~~~~~~~~

    Tests the examples.

    :copyright: (c) 2011 by Armin Ronacher.
    :license: BSD, see LICENSE for more details.
i˙˙˙˙N(   t   add_to_pathc          C   sc   t  j j t  j j t  t  j t  j d  }  t t  j j |  d   t t  j j |  d   d  S(   Nt   examplest   flaskrt   minitwit(   t   ost   patht   joint   dirnamet   __file__t   pardirR    (   t   example_path(    (    s^   /var/www/send.findwatt.com/datamanager/lib/python2.7/site-packages/flask/testsuite/examples.pyt
   setup_path   s    c          C   s   t    t j   }  y d d l m } Wn t k
 r: n X|  j t j |   y d d l m	 } Wn t k
 rx n X|  j t j |   |  S(   Ni˙˙˙˙(   t   MiniTwitTestCase(   t   FlaskrTestCase(
   R   t   unittestt	   TestSuitet   minitwit_testsR   t   ImportErrort   addTestt	   makeSuitet   flaskr_testsR   (   t   suiteR   R   (    (    s^   /var/www/send.findwatt.com/datamanager/lib/python2.7/site-packages/flask/testsuite/examples.pyR      s    (   t   __doc__R   R   t   flask.testsuiteR    R   R   (    (    (    s^   /var/www/send.findwatt.com/datamanager/lib/python2.7/site-packages/flask/testsuite/examples.pyt   <module>
   s
   	