o
    h*                     @   s.   d dl Zd dlmZmZmZ G dd dZdS )    N)assert_assert_equalassert_array_equalc                   @   s   e Zd Zdd Zdd ZdS )TestViewc                 C   s*   t g d}tt|t jt j d S )N)         )nparrayr   
isinstanceviewmatrix)selfx r   y/var/www/html/construction_image-detection-poc/venv/lib/python3.10/site-packages/numpy/matrixlib/tests/test_multiarray.py	test_type   s   zTestView.test_typec                 C   sd   t jdgdt jfdt jfgd}|jdt jd}t|dgg tt|t j t|j	t 	d d S )N)r   r   ab)dtypez<i2)r   typei  )
r	   r
   int8r   r   r   r   r   r   r   )r   r   yr   r   r   test_keywords	   s
    zTestView.test_keywordsN)__name__
__module____qualname__r   r   r   r   r   r   r      s    r   )numpyr	   numpy.testingr   r   r   r   r   r   r   r   <module>   s    