| Server IP : 3.111.61.48 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.2.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.10/test/__pycache__/ |
Upload File : |
o
�9j� � @ s� d dl Z d dlmZ d dlmZ d dlZd dlZd dlZd dlmZ e� ed�Z
e �e�� d�G dd� de j
��Z
ed krCe �� dS dS )
� N)�support)� os_helper)�path� startfilezAstarting files is not supported on Windows IoT Core or nanoserverc @ s$ e Zd Zdd� Zdd� Zdd� ZdS )�TestCasec C s | � ttd� d S )Nznonexisting.vbs)�assertRaises�OSErrorr )�self� r
�*/usr/lib/python3.10/test/test_startfile.py�test_nonexisting s zTestCase.test_nonexistingc C sn t �t�tj��� t�t�t�d�}t|� t|d� W d � n1 s&w Y t|t�tj�d� d S )Nz empty.vbs�open)�cwd) r �
change_cwdr �dirname�sys�
executable�join�__file__r )r �emptyr
r
r �
test_empty s �zTestCase.test_emptyc C s2 t �tj�\}}t|d|d� t|d|dd� d S )Nz-V)� argumentsr r )r r �show_cmd)r �splitr r r )r r �namer
r
r �test_python% s zTestCase.test_pythonN)�__name__�
__module__�__qualname__r r r r
r
r
r r s r �__main__)�unittest�testr �test.supportr �os�platformr r �
get_attributer �skipIf�win32_is_iotr r �mainr
r
r
r �<module> s �