o
    ðeq  ã                   @   s8   d Z ddlZddlZddlmZmZ G dd„ deƒZdS )z7
    Tests the h5py.Dataset.dims.DimensionProxy class.
é    Né   )ÚutÚTestCasec                   @   s   e Zd Zdd„ ZdS )Ú	TestItemsc                 C   s(   | j  dd¡}|  |jd  ¡ g ¡ dS )z# no dimension scales -> empty list Úx)é
   r   N)ÚfZcreate_datasetÚassertEqualÚdimsÚitems)ÚselfZdset© r   úSD:\Projects\ConvertPro\env\Lib\site-packages\h5py/tests/test_dims_dimensionproxy.pyÚ
test_empty   s   zTestItems.test_emptyN)Ú__name__Ú
__module__Ú__qualname__r   r   r   r   r   r      s    r   )Ú__doc__ÚnumpyÚnpZh5pyÚcommonr   r   r   r   r   r   r   Ú<module>   s
   	