o
    JfW                     @   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ccw      ?        r	   r	   r   boxexteriorcoordsselfb r   i/home/deployuser/azure_apps/autowriter/venv/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   )unittestshapelyr   TestCaser   r   r   r   r   <module>   s    