+
    Ai                     0    ^ RI t ^ RItR t ! R R4      tR# )    Nc                  >    ^ RI p \        RV P                   24       R# )r   Nzskimage version )skimageprint__version__)r   s    T/var/www/html/photoedit/myenv/lib/python3.14/site-packages/skimage/_shared/tester.py_show_skimage_infor      s    	W001
23    c                   4   a  ] tR t^t o RtR tRR ltRtV tR# )PytestTestera  
Pytest test runner.

This class is made available in ``skimage._shared.testing``, and a test
function is typically added to a package's __init__.py like so::

  from skimage._shared.testing import PytestTester
  test = PytestTester(__name__)
  del PytestTester

Calling this test function finds and runs all tests associated with the
module and all its sub-modules.

Attributes
----------
module_name : str
    Full path to the package to test.

Parameters
----------
module_name : module name
    The name of the module to test.

c                    Wn         R # )Nmodule_name)selfr   s   &&r   __init__PytestTester.__init__%   s    &r	   Nc                   ^ RI p\        P                  V P                  ,          p	\        P
                  P                  V	P                  ^ ,          4      p
R.pVR.,          pV. RO,          pV'       d   \        R4      hV'       d   V\        V4      ,          pV^8  d    VRRV^,
          ,          ,           .,          pV'       d   VRV
,           .,          pVR8X  d   VR	R
.,          pMVR8w  d   VR	V.,          pV^ 8  d   VRV 2.,          pVf   V P                  .pVR.\        V4      ,           ,          p\        4         VP                  V4      pV^ 8H  #   \         d   pTP                  p Rp?T^ 8H  # Rp?ii ; i)a  
Run tests for module using pytest.

Parameters
----------
label : {'fast', 'full'}, optional
    Identifies the tests to run. When set to 'fast', tests decorated
    with `pytest.mark.slow` are skipped, when 'full', the slow marker
    is ignored.
verbose : int, optional
    Verbosity value for test outputs, in the range 1-3. Default is 1.
extra_argv : list, optional
    List with any extra arguments to pass to pytests.
doctests : bool, optional
    .. note:: Not supported
coverage : bool, optional
    If True, report coverage of scikit-image code. Default is False.
    Requires installation of (pip) pytest-cov.
durations : int, optional
    If < 0, do nothing, If 0, report time of all tests, if > 0,
    report the time of the slowest `timer` tests. Default is -1.
tests : test or list of tests
    Tests to be executed with pytest '--pyargs'

Returns
-------
result : bool
    Return True on success, false otherwise.
Nz-lz-qzDoctests not supported-vz--cov=fastz-mznot slowfullz--durations=z--pyargs)z!-W ignore:Not importing directoryz"-W ignore:numpy.dtype size changedz"-W ignore:numpy.ufunc size changed)pytestsysmodulesr   ospathabspath__path__
ValueErrorlistr   main
SystemExitcode)r   labelverbose
extra_argvdoctestscoverage	durationstestsr   modulemodule_pathpytest_argsr"   excs   &&&&&&&&      r   __call__PytestTester.__call__(   ss   N 	T--.ggoofooa&89 f 	v 	 
 	
 5664
++KQ;C#1"5566KH{233KF?D*--Kf_D%=(K>l9+677K=%%&E
|d5k11 		;;{+D qy  	88Dqy	s   	E F*E??Fr   )r      NFFN)	__name__
__module____qualname____firstlineno____doc__r   r.   __static_attributes____classdictcell__)__classdict__s   @r   r   r      s     2'[ [r	   r   )r   r   r   r    r	   r   <module>r;      s    	 
4x xr	   