ó
ç'ÊUc           @   s   d  Z  d d l Z y d d l j Z Wn e k
 rD d d l Z n Xe j j e j j e j j e	 ƒ ƒ d ƒ Z
 d „  Z d S(   sx   
tests: this package contains all Scrapy unittests

see http://doc.scrapy.org/en/latest/contributing.html#running-tests
iÿÿÿÿNt   sample_datac          G   s(   t  j j t |  Œ } t | d ƒ j ƒ  S(   s   Return test datat   rb(   t   ost   patht   joint   tests_datadirt   opent   read(   t   pathsR   (    (    s2   /home/travis/build/scrapy/scrapy/tests/__init__.pyt   get_testdata   s    (   t   __doc__R   t   unittest.mockt   mockt   ImportErrorR   R   t   abspatht   dirnamet   __file__R   R	   (    (    (    s2   /home/travis/build/scrapy/scrapy/tests/__init__.pyt   <module>   s   -