ó
žS]c           @@ s]   d  d l  m Z m Z m Z d  d l m Z d   Z d   Z d   Z d   Z	 d   Z
 d S(	   i    (   t   absolute_importt   print_functiont   unicode_literals(   t   slugifyc          C@ s"   d }  |  t  |   k s t  d  S(   Nu    abcdefgxyz_ABCDEFGXYZ-0123456789(   R   t   AssertionError(   t   s(    (    sJ   lib/python2.7/site-packages/anaconda_project/internal/test/test_slugify.pyt   test_should_be_unchanged   s    c           C@ s   d t  d  k s t  d  S(   Nu   a-bu   a b(   R   R   (    (    (    sJ   lib/python2.7/site-packages/anaconda_project/internal/test/test_slugify.pyt   test_replace_spaces   s    c           C@ s   d t  d  k s t  d  S(   Nu   -u   ð(   R   R   (    (    (    sJ   lib/python2.7/site-packages/anaconda_project/internal/test/test_slugify.pyt   test_replace_unicode   s    c           C@ s   d t  d  k s t  d  S(   Nu   -----------------u   !@#$%^&*()<>"':/\(   R   R   (    (    (    sJ   lib/python2.7/site-packages/anaconda_project/internal/test/test_slugify.pyt   test_replace_specials   s    c           C@ s%   d t  d j d   k s! t  d  S(   Nu   -u   ðu   utf-8(   R   t   encodeR   (    (    (    sJ   lib/python2.7/site-packages/anaconda_project/internal/test/test_slugify.pyt   test_replace_bytes   s    N(   t
   __future__R    R   R   t!   anaconda_project.internal.slugifyR   R   R   R   R	   R   (    (    (    sJ   lib/python2.7/site-packages/anaconda_project/internal/test/test_slugify.pyt   <module>   s   				