Your IP : 216.73.216.213
�
��f] c @ s� d Z d d l Z d d l Z d d l Z y d d l Z Wn e k
rT d Z Yn Xd d � Z d d � Z d d � Z
e d k r� e
e j d
d � � n d S( u9 Run Python's test suite in a fast, rigorous way.
The defaults are meant to be reasonably thorough, while skipping certain
tests that can be time-consuming or resource-intensive (e.g. largefile),
or distracting (e.g. audio and gui). These defaults can be overridden by
simply passing a -u option to this script.
i Nc C s | j d � p | j d � S( Nu -ju --multiprocess( u
startswith( u arg( ( u<