ó
ç'ĘUc           @   s9   d  d l  m Z d  d l Z d e j f d     YZ d S(   i˙˙˙˙(   t   urlparseNt   UrlparseTestCasec           B   s   e  Z d    Z RS(   c         C   s\   t  d  } |  j | j d  |  j | j d  |  j | j d  |  j | j d  d  S(   Ns    s3://bucket/key/name?param=valuet   s3t   buckets	   /key/names   param=value(   R    t   assertEqualst   schemet   hostnamet   patht   query(   t   selft   p(    (    sE   /home/travis/build/scrapy/scrapy/tests/test_urlparse_monkeypatches.pyt   test_s3_url   s
    (   t   __name__t
   __module__R   (    (    (    sE   /home/travis/build/scrapy/scrapy/tests/test_urlparse_monkeypatches.pyR      s   (   t   six.moves.urllib.parseR    t   unittestt   TestCaseR   (    (    (    sE   /home/travis/build/scrapy/scrapy/tests/test_urlparse_monkeypatches.pyt   <module>   s   