B
    W\                 @   s6   d Z ddlZddlZddlZdd Zedkr2e  dS )z(File for running tests programmatically.    Nc           	   C   s&   t dddddddg} t|  dS )	zRun pytest tests.z-xqtpyz-vz-rwz--durations=10z
--cov=qtpyz--cov-report=term-missingN)pytestmainsysexit)errno r   2lib/python3.7/site-packages/qtpy/tests/runtests.pyr      s    
r   __main__)__doc__r   r   r   r   __name__r   r   r   r	   <module>	   s   