o
    b¦µiY  ã                   @   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)ÚfÚcreate_datasetÚassertEqualÚdimsÚitems)ÚselfÚdset© r   úW/home/ubuntu/.local/lib/python3.10/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ÚnpÚh5pyÚcommonr   r   r   r   r   r   r   Ú<module>   s
   	