ó
x\c           @   sU   d  Z  d d l Z d d l Z e j j e j j e   Z d d  Z d g Z	 d S(   s5   
Entrypoint for testing from the top-level namespace
i˙˙˙˙Nc         C   s×   y d d  l  } Wn t k
 r/ t d   n Xy d d  l } Wn t k
 r_ t d   n Xd d d g } |  r t |  t  s |  g }  n  |  } n  | t g 7} d j d j |   GHt j	 | j
 |   d  S(	   Ni˙˙˙˙s   Need pytest>=3.0 to run testss"   Need hypothesis>=3.58 to run testss   --skip-slows   --skip-networks	   --skip-dbs   running: pytest {}t    (   t   pytestt   ImportErrort
   hypothesist
   isinstancet   listt   PKGt   formatt   joint   syst   exitt   main(   t
   extra_argsR   R   t   cmd(    (    s2   lib/python2.7/site-packages/pandas/util/_tester.pyt   test
   s     	R   (
   t   __doc__t   osR	   t   patht   dirnamet   __file__R   t   NoneR   t   __all__(    (    (    s2   lib/python2.7/site-packages/pandas/util/_tester.pyt   <module>   s
   