ó
\c           @@  s^   d  Z  d d l m Z d d l Z d d l Z d d l m Z m Z d e f d „  ƒ  YZ	 d S(   s7   
    Tests the h5py.Dataset.dims.DimensionProxy class.
i    (   t   absolute_importNi   (   t   utt   TestCaset	   TestItemsc           B@  s   e  Z d  „  Z RS(   c         C@  s6   |  j  j d d ƒ } |  j | j d j ƒ  g  ƒ d S(   s#    no dimension scales -> empty list t   xi
   i    N(   i
   (   t   ft   create_datasett   assertEqualt   dimst   items(   t   selft   dset(    (    sE   lib/python2.7/site-packages/h5py/tests/hl/test_dims_dimensionproxy.pyt
   test_empty   s    (   t   __name__t
   __module__R   (    (    (    sE   lib/python2.7/site-packages/h5py/tests/hl/test_dims_dimensionproxy.pyR      s   (
   t   __doc__t
   __future__R    t   numpyt   npt   h5pyt   commonR   R   R   (    (    (    sE   lib/python2.7/site-packages/h5py/tests/hl/test_dims_dimensionproxy.pyt   <module>   s
   