ó
c›V]c           @   sM   d  Z  d d l Z d d l Z d d l Z d „  Z e d k rI e ƒ  n  d S(   s(   File for running tests programmatically.iÿÿÿÿNc          C   s5   t  j d d d d d d d g ƒ }  t j |  ƒ d S(	   s   Run pytest tests.s   -xt   qtpys   -vs   -rws   --durations=10s
   --cov=qtpys   --cov-report=term-missingN(   t   pytestt   maint   syst   exit(   t   errno(    (    s2   lib/python2.7/site-packages/qtpy/tests/runtests.pyR      s    t   __main__(   t   __doc__R   R    R   R   t   __name__(    (    (    s2   lib/python2.7/site-packages/qtpy/tests/runtests.pyt   <module>	   s   	