Your IP : 216.73.216.196
o
0�ir � @ sz d Z ddlZddlZddlZddlmZ ddlmZ ddlmZ ddl Z ddlZG dd� de j
�Zedkr;e �
� dS dS ) zBDo a minimal test of all the modules that aren't otherwise tested.� N)�support)�
import_helper)�warnings_helperc @ s e Zd Zdd� Zdd� ZdS )�TestUntestedModulesc
C s� d}t jdd��S |D ]$}z
t�d�|�� W n tjy& t�|� Y qw | �d�|�� qdd l }zdd l
}W n tyJ tj
rHtd� Y n w W d � d S W d � d S 1 s^w Y d S )N)Z encodingsT��quietztest.test_{}z5{} has tests even though test_sundry claims otherwiser zskipping tty)r �check_warningsr �
import_module�format�unittest�SkipTest� importlibZfailZ
html.entities�tty�ImportErrorr �verbose�print)�selfZuntested�nameZhtmlr � r �7/opt/alt/python310/lib64/python3.10/test/test_sundry.py�%test_untested_modules_can_be_imported s. �������"