
    L-Ph                         d Z dZddlZ G d de          Z G d dej                  Z G d d	e          Z G d
 de          Z G d de          Z	 G d de          Z
dS )z@pytest-cov: avoid already-imported warning: PYTEST_DONT_REWRITE.z6.2.1    Nc                       e Zd ZdZdS )CoverageErrorz&Indicates that our coverage is too lowN__name__
__module____qualname____doc__     S/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/pytest_cov/__init__.pyr   r      s        0000r   r   c                       e Zd ZdZdS )PytestCovWarningzF
    The base for all pytest-cov warnings, never raised directly.
    Nr   r
   r   r   r   r                 r   r   c                       e Zd ZdZdS )CovDisabledWarningz8
    Indicates that Coverage was manually disabled.
    Nr   r
   r   r   r   r      r   r   r   c                       e Zd ZdZdS )CovReportWarningz8
    Indicates that we failed to generate a report.
    Nr   r
   r   r   r   r      r   r   r   c                       e Zd ZdZdS )CentralCovContextWarningzm
    Indicates that dynamic_context was set to test_function instead of using the builtin --cov-context.
    Nr   r
   r   r   r   r      r   r   r   c                       e Zd ZdZdS )DistCovErrorz
    Raised when dynamic_context is set to test_function and xdist is also used.

    See: https://github.com/pytest-dev/pytest-cov/issues/604
    Nr   r
   r   r   r   r   $   s           r   r   )r	   __version__pytest	Exceptionr   PytestWarningr   r   r   r   r   r
   r   r   <module>r      s%   F F 1 1 1 1 1I 1 1 1    v+       )       '       /       9     r   