U
    KvfX                     @   sZ   d dl mZ d dlmZmZ eZe  dZer@d dlZed dddZ	dd	d
dgZ
dS )    )monkey_patch_cat_dtype)__version____version_tuple__FNdefaultc                 C   s"   ddl m} |td}|| |dS )a  
    Run the test suite

    Parameters
    ----------
    extra_args : list[str]
        List of argument to pass to pytest when running the test suite. The
        default is ['--tb=short', '--disable-pytest-warnings'].
    exit : bool
        Flag indicating whether the test runner should exist when finished.

    Returns
    -------
    int
        The status code from the test run if exit is False.
       )PytestTester)package_path)
extra_argsexit)Ztools._testingr   __file__)r	   r
   r   Ztst r   8/tmp/pip-unpacked-wheel-2v6byqio/statsmodels/__init__.pytest   s    
r   r   __version_info__r   )NF)Zstatsmodels.compat.patsyr   Zstatsmodels._versionr   r   r   Zdebug_warningswarningssimplefilterr   __all__r   r   r   r   <module>   s   

