
    ?wg?                    F    d dl mZ d dlmZ d dlmZ ddZ G d de      Zy)	    )annotations)Command)SetuptoolsDeprecationWarningc                `    | dk(  rt        j                  dddd       t        S t        |       )NtestzAThe test command is disabled and references to it are deprecated.zlPlease remove any references to `setuptools.command.test` in all supported versions of the affected package.)i           )due_date
stacklevel)r   emit_testAttributeError)names    N/var/www/horilla/myenv/lib/python3.12/site-packages/setuptools/command/test.py__getattr__r      s7    v~$))O:#	
 

    c                  .    e Zd ZdZdZg dZd Zd Zd Zy)r   z?
    Stub to warn when test command is referenced or used.
    z&stub for old test command (do not use)))ztest-module=mz$Run 'test_suite' in specified module)ztest-suite=sz9Run single test, case or suite (e.g. 'module.test_suite'))ztest-runner=rzTest runner to usec                     y N selfs    r   initialize_optionsz_test.initialize_options&       r   c                     y r   r   r   s    r   finalize_optionsz_test.finalize_options)   r   r   c                    t        d      )Nz9Support for the test command was removed in Setuptools 72)RuntimeErrorr   s    r   runz	_test.run,   s    VWWr   N)	__name__
__module____qualname____doc__descriptionuser_optionsr   r    r#   r   r   r   r   r      s%     ;KLXr   r   N)r   strreturnztype[_test])
__future__r   
setuptoolsr   setuptools.warningsr   r   r   r   r   r   <module>r/      s!    "  <
XG Xr   