Your IP : 216.73.216.213
3
� f � @ s� d Z ddlZddlZddlZddlZddlmZ ddlmZmZ ddl m
Z ddlm
Z
ddlmZ ddlmZ dd lmZ ddlm
Z
G d
d� de
je
jej�Zdd
� Zedkr�ee� � dS )zTests for distutils.spawn.� N)�mock)�run_unittest�
unix_shell)�support)�find_executable)�_nt_quote_args)�spawn)�DistutilsExecErrorc @ s6 e Zd Zdd� Zejejdkd�dd� �Zdd � Z d
S )�
SpawnTestCasec C sF x@ddgddgfddgddgffD ]\}}t |�}| j||� q"W d S )Nz
with spaceZnospacez"with space"Znochange)r �assertEqual)�self�argsZwanted�res� r �?/opt/alt/python36/lib64/python3.6/distutils/tests/test_spawn.py�test_nt_quote_args s z SpawnTestCase.test_nt_quote_args�nt�posixzRuns only under posix or ntc C s� | j � }tjdkr2tjj|d�}| j|dt � ntjj|d�}| j|d� tj|d� | j t
t|g� tjdkr�tjj|d�}| j|dt � ntjj|d�}| j|d� tj|d� t|g� d S ) N�win32zfoo.shz#!%s
exit 1zfoo.batzexit 1i� z#!%s
exit 0zexit 0)Zmkdtemp�sys�platform�os�path�joinZ
write_filer �chmodZassertRaisesr r )r ZtmpdirZexer r r �
test_spawn s
zSpawnTestCase.test_spawnc &