ó
|Ť¸Vc           @   s   d  Z  d   Z e e _ d S(   s0   Testing support (tools to test IPython itself).
c          K   sZ   d d l  m } m } |   } x* |  j   D] \ } } t | | |  q, W| |  d S(   s"  Run the entire IPython test suite.

    Any of the options for run_iptestall() may be passed as keyword arguments.

    For example::
    
        IPython.test(testgroups=['lib', 'config', 'utils'], fast=2)
    
    will run those three sections of the test suite, using two processes.
    i   (   t   run_iptestallt   default_optionsN(   t   iptestcontrollerR    R   t   itemst   setattr(   t   kwargsR    R   t   optionst   namet   val(    (    sP   /data/av2000/mvv/env_mvv/lib/python2.7/site-packages/IPython/testing/__init__.pyt   test   s
    	N(   t   __doc__R	   t   Falset   __test__(    (    (    sP   /data/av2000/mvv/env_mvv/lib/python2.7/site-packages/IPython/testing/__init__.pyt   <module>   s   	