HEX
Server: Apache
System: Linux zacp120.webway.host 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: govancoz (1003)
PHP: 8.3.26
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //usr/local/lib/python3.10/test/__pycache__/test_script_helper.cpython-310.pyc
o

�i�@sxdZddlZddlZddlZddlmZddlZddlmZGdd�dej�Z	Gdd�dej�Z
ed	kr:e��dSdS)
zEUnittests for test.support.script_helper.  Who tests the test helper?�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�4/usr/local/lib/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	�rc�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�Wnty3}z|�d|jd�WYd}~nd}~ww|j	dd}|�
d	|�|�
d
|�Wd�dS1sRwYdS)z>Ensure that -I is not passed when the environment is required.rTr r!rr"rNr$r%)rr&r'rr(r)r*rr+r-r0r1rrr�4test_assert_python_not_isolated_when_env_is_required8s �
��"�zETestScriptHelper.test_assert_python_not_isolated_when_env_is_requiredN)�__name__�
__module__�__qualname__r
rrrrr&r2r3rrrrrs
rc@sheZdZdZdd�Zdd�Ze�d�dd��Ze�d�d	d
��Z	e�d�dd��Z
e�d�d
d��ZdS)�TestScriptHelperEnvironmentz5Code coverage for interpreter_requires_environment().cCs|�ttd��dtjd<dS�NZ$__cached_interp_requires_environment)�
assertTrue�hasattrr�__dict__�r	rrr�setUpKs�z!TestScriptHelperEnvironment.setUpcCsdtjd<dSr8)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�
subprocess�CalledProcessErrorr)r9rrrr,�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&rArBrCrDrr�assertFalserr,rGrrr�+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&rArBrCrDrrrJrr,r-r.r/r)r	rHZcheck_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&rArBrCr9rrrr,rGrrr�5test_interpreter_requires_environment_with_pythonhomess
"�zQTestScriptHelperEnvironment.test_interpreter_requires_environment_with_pythonhomeN)r4r5r6�__doc__r=r>rr&rIrKrLrMrrrrr7Hs


r7�__main__)
rNrEr.rBZtest.supportrZunittestrZTestCaserr7r4�mainrrrr�<module>s=4�