AlkantarClanX12
Current Path : /opt/alt/python312/lib64/python3.12/unittest/__pycache__/ |
Current File : //opt/alt/python312/lib64/python3.12/unittest/__pycache__/result.cpython-312.opt-2.pyc |
� �Q�f�# � �^ � d dl Z d dlZd dlZddlmZ d dlmZ dZd� ZdZ dZ G d � d e� Zy)� N� )�util��wrapsTc �. � � t � � � fd�� }|S )Nc �V �� t | dd� r| j � �| g|��i |��S )N�failfastF)�getattr�stop)�self�args�kw�methods ��6/opt/alt/python312/lib64/python3.12/unittest/result.py�innerzfailfast.<locals>.inner s- �� ��4��U�+��I�I�K��d�(�T�(�R�(�(� r )r r s ` r r r s �� � �6�]�)� �)� �Lr z Stdout: %sz Stderr: %sc �� � e Zd Z dZdZdZdd�Zd� Zd� Zd� Z d� Z d� Zd � Zd � Z ed� � Zed� � Zd � Zd� Zd� Zd� Zed� � Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zy)� TestResultNFc � � d| _ g | _ g | _ d| _ g | _ g | _ g | _ g | _ d| _ d| _ d| _ d | _ d | _ t j | _ t j | _ d| _ y )NFr )r �failures�errors�testsRun�skipped�expectedFailures�unexpectedSuccesses�collectedDurations� shouldStop�buffer� tb_locals�_stdout_buffer�_stderr_buffer�sys�stdout�_original_stdout�stderr�_original_stderr� _mirrorOutput)r �stream�descriptions� verbositys r �__init__zTestResult.__init__&