o
    0GfX                     @   sV   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	g d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)Zpackage_path)
extra_argsexit)Ztools._testingr   __file__)r   r	   r   Ztst r   4lib/python3.10/site-packages/statsmodels/__init__.pytest   s   
r   )r   __version_info__r   r   )NF)Zstatsmodels.compat.patsyr   Zstatsmodels._versionr   r   r   Zdebug_warningswarningssimplefilterr   __all__r   r   r   r   <module>   s    

