ó
ß-dc           @   sC   d  d l  m Z d e f d „  ƒ  YZ e d k r? e j ƒ  n  d S(   iÿÿÿÿ(   t   BaseTestZSTDt   TestZstdCompressc           B   s†   e  Z d  „  Z d „  Z d „  Z d „  Z d „  Z d „  Z d „  Z d „  Z	 d „  Z
 d	 „  Z d
 „  Z d „  Z d „  Z d „  Z RS(   c         C   s   t  j |  ƒ d  S(   N(   R    t   helper_compression_random(   t   self(    (    sJ   /home/sergey/workspace-python/github-my/python-zstd/tests/test_compress.pyt   test_compression_random   s    c         C   s   t  j |  ƒ d  S(   N(   R    t    helper_compression_default_level(   R   (    (    sJ   /home/sergey/workspace-python/github-my/python-zstd/tests/test_compress.pyt   test_compression_default_level
   s    c         C   s   t  j |  ƒ d  S(   N(   R    t%   helper_compression_default_level_zero(   R   (    (    sJ   /home/sergey/workspace-python/github-my/python-zstd/tests/test_compress.pyt#   test_compression_default_level_zero   s    c         C   s   t  j |  ƒ d  S(   N(   R    t(   helper_compression_default_level_default(   R   (    (    sJ   /home/sergey/workspace-python/github-my/python-zstd/tests/test_compress.pyt&   test_compression_default_level_default   s    c         C   s   t  j |  ƒ d  S(   N(   R    t!   helper_compression_negative_level(   R   (    (    sJ   /home/sergey/workspace-python/github-my/python-zstd/tests/test_compress.pyt   test_compression_negative_level   s    c         C   s   t  j |  ƒ d  S(   N(   R    t,   helper_compression_negative_level_notdefault(   R   (    (    sJ   /home/sergey/workspace-python/github-my/python-zstd/tests/test_compress.pyt*   test_compression_negative_level_notdefault   s    c         C   s   t  j |  ƒ d  S(   N(   R    t   helper_compression_wrong_level(   R   (    (    sJ   /home/sergey/workspace-python/github-my/python-zstd/tests/test_compress.pyt   test_compression_wrong_level   s    c         C   s   t  j |  ƒ d  S(   N(   R    t#   helper_compression_multi_thread_one(   R   (    (    sJ   /home/sergey/workspace-python/github-my/python-zstd/tests/test_compress.pyt!   test_compression_multi_thread_one   s    c         C   s   t  j |  ƒ d  S(   N(   R    t$   helper_compression_multi_thread_many(   R   (    (    sJ   /home/sergey/workspace-python/github-my/python-zstd/tests/test_compress.pyt"   test_compression_multi_thread_many   s    c         C   s   t  j |  ƒ d  S(   N(   R    t   helper_compression_level1(   R   (    (    sJ   /home/sergey/workspace-python/github-my/python-zstd/tests/test_compress.pyt   test_compression_level1"   s    c         C   s   t  j |  ƒ d  S(   N(   R    t   helper_compression_level6(   R   (    (    sJ   /home/sergey/workspace-python/github-my/python-zstd/tests/test_compress.pyt   test_compression_level6%   s    c         C   s   t  j |  ƒ d  S(   N(   R    t   helper_compression_level20(   R   (    (    sJ   /home/sergey/workspace-python/github-my/python-zstd/tests/test_compress.pyt   test_compression_level20(   s    c         C   s   t  j |  ƒ d  S(   N(   R    t   helper_compression_empty_string(   R   (    (    sJ   /home/sergey/workspace-python/github-my/python-zstd/tests/test_compress.pyt   test_compression_empty_string+   s    c         C   s   t  j |  ƒ d  S(   N(   R    t"   helper_compression_multiple_blocks(   R   (    (    sJ   /home/sergey/workspace-python/github-my/python-zstd/tests/test_compress.pyt    test_compression_multiple_blocks.   s    (   t   __name__t
   __module__R   R   R   R
   R   R   R   R   R   R   R   R   R   R   (    (    (    sJ   /home/sergey/workspace-python/github-my/python-zstd/tests/test_compress.pyR      s   													t   __main__N(   t
   tests.baseR    R   R   t   unittestt   main(    (    (    sJ   /home/sergey/workspace-python/github-my/python-zstd/tests/test_compress.pyt   <module>   s   -