|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /opt/cppython/lib/python3.8/test/__pycache__/ |
U
>��gu � @ s\ d dl Z d dlZd dlZd dlmZ G dd� de j�ZG dd� de j�Ze dkrXe �
� dS )� N)�systemc @ sH e Zd Zdd� Zdd� Zdd� ZdZdd � Zd
d� Zdd
� Z dd� Z
dS )�ExceptionClassTestsc C s | � ttt�� d S �N)�
assertTrue�
issubclass� Exception�object��self� r �6/opt/cppython/lib/python3.8/test/test_baseexception.py�test_builtins_new_style s z+ExceptionClassTests.test_builtins_new_stylec C s, dD ]"}| � t||�d|jj|f � qd S )N)�args�__str__�__repr__z%s missing %s attribute)r �hasattr� __class__�__name__)r
Zins�attrr r r �verify_instance_interface s
��z-ExceptionClassTests.verify_instance_interfacec C sz t � }tj�� D ]4}zt|t�r,|�|j� W q tk
rB Y qX qt t
j�t
j�
t�d d��}�z�|�� �� }ztt|�}W n" tk
r� | �d| � Y nX | �||d| � |�|� g }d}|D �]�}|�� }|�d�} || d d � }
d|
k�rB|
�d�}|
|d d � }|
d |d � }
t� |k�rB|�|
� q�d
|
k�rf|
�d
�}
|
d |
d � }
ztt|
�}W n$ tk
�r� | �d|
� Y nX || k �r�|�||f� n(|| k�r�|d d | k�r�|�� �q�| �t||d d �d|j|d d jf � z| �|� � W n tk
�r0 Y nX | �|
|� |�|
� |}| }q�W 5 |�� X | �t|�dd
| � d S )Nr zexception_hierarchy.txtzbase class %s not a built-inz%s not found�-� �(� ����[z%s not a built-in exceptionz%s is not a subclass of %sz%s not accounted for) �set�builtins�__dict__�valuesr �
BaseException�addr � TypeError�open�os�path�join�split�__file__�close�readline�rstrip�getattr�AttributeError�failZassertIn�discard�rindex�index�platform_system�append�popr r �assertEqual�len)r
Zexc_set�object_Zinheritance_treeZsuperclass_name�last_excZsuperclassesZ
last_depthZexc_line�depthZexc_nameZparen_indexZ
platform_nameZleft_bracket�excr r r �test_inheritance sx
��
��
z$ExceptionClassTests.test_inheritance)�lengthr �str�reprc C s6 t | j|�D ]$\}\}}| �||d|||f � qd S )Nz%s: %s != %s)�zip�interface_testsr5 )r
�resultsZ test_nameZgivenZexpectedr r r �interface_test_driverT s
�z)ExceptionClassTests.interface_test_driverc C sZ d}t |�}t|j�dg|jd |gt|�t|�gt|�d|jj|f gf}| �|� d S )N�spamr r z%s(%r))r r6 r r= r>