⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib64
/
python3.6
/
unittest
/
__pycache__
/
View File Name :
suite.cpython-36.pyc
3 \�( � @ s| d Z ddlZddlmZ ddlmZ dZdd� ZG d d � d e�ZG dd � d e�Z G dd � d e�Z dd� ZG dd� de�ZdS )� TestSuite� N� )�case)�utilTc C s t | |dd� �}|� d S )Nc S s d S )N� r r r �/usr/lib64/python3.6/suite.py�<lambda> s z!_call_if_exists.<locals>.<lambda>)�getattr)�parent�attr�funcr r r �_call_if_exists s r c @ sp e Zd ZdZdZf fdd�Zdd� Zdd� Zd d � Zdd� Z d d� Z dd� Zdd� Zdd� Z dd� Zdd� ZdS )� BaseTestSuitezNA simple test suite that doesn't provide class or module shared fixtures. Tc C s g | _ d| _| j|� d S )Nr )�_tests�_removed_tests�addTests)�self�testsr r r �__init__ s zBaseTestSuite.__init__c C s dt j| j�t| �f S )Nz <%s tests=%s>)r �strclass� __class__�list)r r r r �__repr__ s zBaseTestSuite.__repr__c C s t || j�stS t| �t|�kS )N)� isinstancer �NotImplementedr )r �otherr r r �__eq__ s zBaseTestSuite.__eq__c C s t | j�S )N)�iterr )r r r r �__iter__"