| 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 � @ sr d dl Z d dlZd dlZd dlZd dlZd dlZd dlmZ d dlm Z G dd� dej
�Zedkr7e�
� dS dS )� N)�support)� os_helperc @ s� e Zd Zdd� Zdd� Zdd� Zdd� Zd d
� Zdd� Zd
d� Z d)dd�Z
dd� Zdd� Zdd� Z
dd� Zdd� Zdd� Ze�ejdkd�d d!� �Zd"d#� Zd$d%� Zd&d'� Zd(S )*�
NetrcTestCasec C s~ t �|�}d}tjdkr|d7 }t�� \}}tj||dd��
}|�|� W d � n1 s.w Y | � tj
|� t�|�S )N�w�cygwin�tzutf-8)�mode�encoding)�textwrap�dedent�sys�platform�tempfile�mkstemp�os�fdopen�write�
addCleanup�unlink�netrc)�self� test_datar �temp_fd�
temp_filename�fp� r �&/usr/lib/python3.10/test/test_netrc.py�make_nrc s
�
zNetrcTestCase.make_nrcc C sP | � d�}| �|jd d� | �|jd d� | � |�� �}| �|j|j� d S )Nz� machine host1.domain.com login log1 password pass1 account acct1
default login log2 password pass2
zhost1.domain.com)�log1�acct1�pass1�default)�log2N�pass2)r �assertEqual�hosts�__repr__)r �nrc�nrc2r r r �test_default s
�zNetrcTestCase.test_defaultc C s* | � d�}| �|jddgddgd�� d S )Nz� macdef macro1
line1
line2
macdef macro2
line3
line4
zline1
zline2
zline3
zline4
)�macro1�macro2)r r$ �macros)r r'