⚝
One Hat Cyber Team
⚝
Your IP:
3.12.123.254
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib64
/
python3.6
/
unittest
/
__pycache__
/
View File Name :
result.cpython-36.pyc
3 \ � @ s\ d Z ddlZddlZddlZddlmZ ddlmZ dZdd� Z d Z d ZG dd� de�Z dS ) zTest result object� N� )�util)�wrapsTc s t � �� fdd��}|S )Nc s$ t | dd�r| j� � | f|�|�S )N�failfastF)�getattr�stop)�self�args�kw)�method� �'/usr/lib64/python3.6/unittest/result.py�inner s zfailfast.<locals>.inner)r )r r r )r r r s r z Stdout: %sz Stderr: %sc @ s� e Zd ZdZdZdZdZd.dd�Zdd� Zdd � Z d d� Z dd � Zdd� Zdd� Z dd� Zedd� �Zedd� �Zdd� Zdd� Zdd� Zdd� Zed d!� �Zd"d#� Zd$d%� Zd&d'� Zd(d)� Zd*d+� Zd,d-� ZdS )/� TestResulta� Holder for test result information. Test results are automatically managed by the TestCase and TestSuite classes, and do not need to be explicitly manipulated by writers of tests. Each instance holds the total number of tests run, and collections of failures and errors that occurred among those test runs. The collections contain tuples of (testcase, exceptioninfo), where exceptioninfo is the formatted traceback of the error that occurred. NFc C sb d| _ g | _g | _d| _g | _g | _g | _d| _d| _d| _ d | _ d | _tj | _tj| _d| _d S )NFr )r �failures�errors�testsRun�skipped�expectedFailures�unexpectedSuccesses� shouldStop�buffer� tb_locals�_stdout_buffer�_stderr_buffer�sys�stdout�_original_stdout�stderr�_original_stderr� _mirrorOutput)r �streamZdescriptions� verbosityr r r �__init__&