U
    {h                     @   s<   d dl mZ d dlmZ ddlmZmZ G dd deZdS )    )TestCase)ImageRenditionField   )Imageget_test_image_filec                   @   s   e Zd Zdd Zdd ZdS )TestImageRenditionFieldc                 C   s   t jjdt d| _d S )Nz
Test image)titlefile)r   objectscreater   image)self r   l/var/www/dating/data/www/fatepal.com/env/lib/python3.8/site-packages/wagtail/images/tests/test_api_fields.pysetUp	   s    zTestImageRenditionField.setUpc                 C   s   | j d}td| j }| t| dddddh | |d |j | |d |j | |d |j	 | |d |j
 | |d |j d S )Nz	width-400urlfull_urlwidthheightalt)r   Zget_renditionr   Zto_representationZassertEqualsetkeysr   r   r   r   r   )r   Z	renditionZrepresentationr   r   r   test_api_representation   s    
 z/TestImageRenditionField.test_api_representationN)__name__
__module____qualname__r   r   r   r   r   r   r      s   r   N)Zdjango.testr   Zwagtail.images.api.fieldsr   utilsr   r   r   r   r   r   r   <module>   s   