Hacked By AnonymousFox
�
�Q�f�. � � � d Z ddlZddlZddlZddlZddlmZmZ ddlm Z dZ
dZdZd Z
d
� Zd� Zd� Z G d
� de� ZeZy)zUnittest main program� N� )�loader�runner)�installHandlerT� a Examples:
%(prog)s test_module - run tests from test_module
%(prog)s module.TestClass - run tests from module.TestClass
%(prog)s module.Class.test_method - run specified test method
%(prog)s path/to/test_file.py - run tests from test_file.py
aF Examples:
%(prog)s - run default set of tests
%(prog)s MyTestSuite - run suite 'MyTestSuite'
%(prog)s MyTestCase.testSomething - run MyTestCase.testSomething
%(prog)s MyTestCase - run all 'test*' test methods
in MyTestCase
c �, � t j j | � r�| j � j d� r�t j j | � rtt j j
| t j � � }t j j |� s|j t j � r| S |} t j j | � d d j dd� j dd� S | S )Nz.py����\�.�/)�os�path�isfile�lower�endswith�isabs�relpath�getcwd�
startswith�pardir�normpath�replace)�name�rel_paths �4/opt/alt/python312/lib64/python3.12/unittest/main.py�
_convert_namer s� � �
�w�w�~�~�d���
�
�� 5� 5�e� <�
�7�7�=�=����w�w���t�R�Y�Y�[�9�H��w�w�}�}�X�&�(�*=�*=�b�i�i�*H����D� �w�w����%�c�r�*�2�2�4��=�E�E�c�3�O�O��K� c �>