| Server IP : 3.111.61.48 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.2.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.10/test/__pycache__/ |
Upload File : |
o
�9j- � @ s\ d Z ddlZddlZeddg�ZG dd� dej�ZG dd� dej�Zed kr,e� � dS dS )
z(Test the errno module
Roger E. Masse
� N�EDOM�ERANGEc @ s e Zd Zdd� Zdd� ZdS )�ErrnoAttributeTestsc C s$ t D ]
}| �tt|�d| � qd S )Nzerrno is missing %s)�std_c_errors�
assertTrue�hasattr�errno)�self�
error_code� r �&/usr/lib/python3.10/test/test_errno.py�test_for_improper_attributes s
��z0ErrnoAttributeTests.test_for_improper_attributesc C s* t j�� D ]
}| �tt |�d| � qd S )Nzno %s attr in errno)r � errorcode�valuesr r )r �valuer r r �test_using_errorcode s
��z(ErrnoAttributeTests.test_using_errorcodeN)�__name__�
__module__�__qualname__r
r r r r r r
s r c @ s e Zd Zdd� ZdS )�ErrorcodeTestsc C s6 t j�� D ]}|�� r| �tt |�t jd| � qd S )Nzno %s attr in errno.errorcode)r �__dict__�keys�isupper�assertIn�getattrr )r � attributer r r �test_attributes_in_errorcode s ���z+ErrorcodeTests.test_attributes_in_errorcodeN)r r r r r r r r r s r �__main__)
�__doc__r �unittest� frozensetr �TestCaser r r �mainr r r r �<module> s �