Your IP : 216.73.216.213
a
XC?hR � @ sh d Z ddlZddlZddlZddlmZ ddlmZmZm Z e � G dd� dej
�Zedkrde�
� dS )z�Tests for scripts in the Tools directory.
This file contains extremely basic regression tests for the scripts found in
the Tools directory of a Python checkout or tarball which don't have separate
tests of their own.
� N)�support)�
scriptsdir�import_tool�skip_if_missingc @ sb e Zd Zg d�ZdgZdgZddgZee e e Zdd� Ze �
ejdkd �d
d� �Z
dd
� ZdS )�TestSundryScripts)ZreindentZpdepsZ
gprof2htmlZmd5sumZ
make_ctypeZwin_add2path�analyze_dxpZ2to3c C sd t �� }zJt�t�D ]0}|�d�s$q|d d� }|| jv r<qt|� qW t j|� nt j|� 0 d S )Nz.py���) r Z
modules_setup�os�listdirr �endswith�skiplistr Zmodules_cleanup)�selfZold_modules�fn�name� r �@/opt/alt/python39/lib64/python3.9/test/test_tools/test_sundry.py�test_sundry s
zTestSundryScripts.test_sundryZwin32zWindows-only testc C s | j D ]}t|� qd S )N)�windows_onlyr )r
r r r r �test_sundry_windows0 s
z%TestSundryScripts.test_sundry_windowsc C sJ t td�rtd� n2| �t�� td� W d � n1 s<0 Y d S )NZgetdxpr )�hasattr�sysr ZassertRaises�RuntimeError)r
r r r �test_analyze_dxp_import5 s
z)TestSundryScripts.test_analyze_dxp_importN)�__name__�
__module__�__qualname__Z whitelistZ blacklistr �otherr r �unittestZskipIfr �platformr r r r r r r s
r �__main__)�__doc__r r r �testr Ztest.test_toolsr r r ZTestCaser r �mainr r r r �<module> s ,