o
    A+ iW                     @   s*   d dl Z d dlmZ G dd de jZdS )    N)geometryc                   @   s$   e Zd Zdd Zdd Zdd ZdS )BoxTestCasec                 C   @   t jdddddd}|jjd dksJ |jjd dksJ d S )Nr      TZccw      ?        r   r   r   boxZexteriorZcoordsselfb r   i/home/app/PaddleOCR-VL-test/.venv_paddleocr/lib/python3.10/site-packages/shapely/tests/legacy/test_box.pytest_ccw      zBoxTestCase.test_ccwc                 C   s<   t dddd}|jjd dksJ |jjd dksJ d S )Nr   r   r   r
   r   r   r   r   r   test_ccw_default   s   zBoxTestCase.test_ccw_defaultc                 C   r   )Nr   r   Fr   )r	   r	   )r	   r   r   r   r   r   r   test_cw   r   zBoxTestCase.test_cwN)__name__
__module____qualname__r   r   r   r   r   r   r   r      s    r   )ZunittestZshapelyr   ZTestCaser   r   r   r   r   <module>   s    