U
    Fc                     @   s6   d dl Z d dlmZ d dlmZ G dd de jZdS )    N)Config)appc                   @   s   e Zd Zdd Zdd ZdS )	UnitTestsc                 C   s   t  | _t| | _d S )N)r   configr   Ztest_clienttester)self r   8/tmp/pip-unpacked-wheel-7j3043uk/test/unit/test_parse.pysetUp	   s    zUnitTests.setUpc                 C   s&   | j j| jjdd}| |jd d S )Nz{"Message:", "Success"})data   )r   postr   ZendpointassertEqualstatus_code)r   responser   r   r	   
test_parse   s    zUnitTests.test_parseN)__name__
__module____qualname__r
   r   r   r   r   r	   r      s   r   )ZunittestZsendgrid.helpers.inbound.configr   Zsendgrid.helpers.inbound.appr   ZTestCaser   r   r   r   r	   <module>   s   