Your IP : 216.73.216.196


Current Path : /opt/alt/python310/lib64/python3.10/test/__pycache__/
Upload File :
Current File : //opt/alt/python310/lib64/python3.10/test/__pycache__/test_script_helper.cpython-310.opt-2.pyc

o

0�i�@sv	ddlZddlZddlZddlmZddlZddlmZGdd�dej�ZGdd�dej�Z	e
dkr9e��dSdS)	�N)�
script_helper)�mockc@sPeZdZdd�Zdd�Zdd�Zdd�Ze�d	�d
d��Z	e�d	�dd
��Z
dS)�TestScriptHelpercCs"t�dd�}|�d|dd�dS)N�-c�import sys; sys.exit(0)rzreturn code was not 0)r�assert_python_ok�assertEqual)�self�t�r�>/opt/alt/python310/lib64/python3.10/test/test_script_helper.py�test_assert_python_ok
sz&TestScriptHelper.test_assert_python_okcCs$t�dd�\}}}|�d|d�dS)Nr�sys.exit(0)rzreturn code should not be 0)r�assert_python_failureZassertNotEqual)r	Zrc�out�errrrr�test_assert_python_failuresz+TestScriptHelper.test_assert_python_failurecC�`|�t��}t�dd�Wd�n1swYt|j�}|�d|�|jd|dd�dS)Nrrz
command line:zunexpected command line��msg)�assertRaises�AssertionErrorrr�str�	exception�assertIn�r	Z
error_contextZ	error_msgrrr�test_assert_python_ok_raisess�
z-TestScriptHelper.test_assert_python_ok_raisescCr)NrrzProcess return code is 0
zunexpected command line.r)rrrrrrrrrrr�!test_assert_python_failure_raisess�

�z2TestScriptHelper.test_assert_python_failure_raiseszsubprocess.PopencCs�tjjtddd��c}td�|_z	t�ddd�Wnty3}z|�d|jd�WYd}~nd}~ww|�d	|j	�|�d	|j	�|j
dd}|�tj|d�|�
d|�|�
d
|�|�d|�Wd�dS1sowYdS)N� interpreter_requires_environmentF�Zreturn_value�bail out of unittestTr�Noner��-I�-E)r�patch�objectr�RuntimeError�side_effect�_assert_pythonr�args�
call_count�	call_args�sys�
executabler�assertNotIn�r	Z
mock_popenZ
mock_ire_funcrZ
popen_commandrrr�1test_assert_python_isolated_when_env_not_required&s(�
��"�zBTestScriptHelper.test_assert_python_isolated_when_env_not_requiredcCs�	tjjtddd��F}td�|_z	t�ddd�Wnty4}z|�d|jd�WYd}~nd}~ww|j	dd}|�
d|�|�
d	|�Wd�dS1sSwYdS)
NrTrr rr!rr#r$)rr%r&rr'r(r)rr*r,r/r0rrr�4test_assert_python_not_isolated_when_env_is_required8s"�
��"�zETestScriptHelper.test_assert_python_not_isolated_when_env_is_requiredN)�__name__�
__module__�__qualname__r
rrrrr%r1r2rrrrrs
rc@sfeZdZ	dd�Zdd�Ze�d�dd��Ze�d�dd	��Ze�d�d
d��Z	e�d�dd
��Z
dS)�TestScriptHelperEnvironmentcCs|�ttd��dtjd<dS�NZ$__cached_interp_requires_environment)�
assertTrue�hasattrr�__dict__�r	rrr�setUpKs�z!TestScriptHelperEnvironment.setUpcCsdtjd<dSr7)rr:r;rrr�tearDownQsz$TestScriptHelperEnvironment.tearDownzsubprocess.check_callcCsztj�tj��,tj�dd�t�dd�|_|�	t
���|�	t
���|�d|j
�Wd�dS1s6wYdS)N�
PYTHONHOME�r")rr%�dict�os�environ�pop�
subprocessZCalledProcessErrorr(r8rrrr+�r	�mock_check_callrrr�*test_interpreter_requires_environment_trueUs"�zFTestScriptHelperEnvironment.test_interpreter_requires_environment_truecCsftj�tj��"tj�dd�t��|�t���|�	d|j
�Wd�dS1s,wYdS)Nr>r")rr%r@rArBrCrr�assertFalserr+rErrr�+test_interpreter_requires_environment_false^s"�zGTestScriptHelperEnvironment.test_interpreter_requires_environment_falsecCs�tj�tj��?tj�dd�t��|�t���|�t���|�	d|j
�|jdd}|�	tj
|d�|�d|�Wd�dS1sIwYdS)Nr>r"rr$)rr%r@rArBrCrrrHrr+r,r-r.r)r	rFZcheck_call_commandrrr�-test_interpreter_requires_environment_detailsgs"�zITestScriptHelperEnvironment.test_interpreter_requires_environment_detailscCshtj�tj��#dtjd<|�t���|�t���|�d|j	�Wd�dS1s-wYdS)NZ
MockedHomer>r)
rr%r@rArBr8rrrr+rErrr�5test_interpreter_requires_environment_with_pythonhomess
"�zQTestScriptHelperEnvironment.test_interpreter_requires_environment_with_pythonhomeN)r3r4r5r<r=rr%rGrIrJrKrrrrr6Hs


r6�__main__)rDr-rAZtest.supportrZunittestrZTestCaserr6r3�mainrrrr�<module>s=4�