U
    j                     @   s.   d dl Z d dlZd dlZG dd dejZdS )    Nc                   @   s6   e Zd ZddddZddddZddddZdS )	TestCertifiN)returnc                 C   s   t jt std S )N)ospathexistscertifiwhereAssertionErrorself r   >/tmp/pip-unpacked-wheel-38kmpcxv/certifi/tests/test_certify.pytest_cabundle_exists   s    z TestCertifi.test_cabundle_existsc                 C   s   t  }d|kstd S )Nz-----BEGIN CERTIFICATE-----)r   contentsr	   )r   contentr   r   r   test_read_contents   s    zTestCertifi.test_read_contentsc                 C   s(   t jt jt jtjds$td S )Nzpy.typed)r   r   r   joindirnamer   __file__r	   r
   r   r   r   test_py_typed_exists   s    z TestCertifi.test_py_typed_exists)__name__
__module____qualname__r   r   r   r   r   r   r   r      s   r   )r   Zunittestr   ZTestCaser   r   r   r   r   <module>   s   