| Server IP : 62.171.151.215 / Your IP : 216.73.217.53 Web Server : nginx/1.18.0 System : Linux vmi3128365 5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 x86_64 User : alex ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/twisted/runner/test/__pycache__/ |
Upload File : |
o
�b� � @ s2 d Z ddlmZ ddlmZ G dd� dej�ZdS )z,
Tests for implementations of L{inetdconf}.
� )� inetdconf)�unittestc @ s0 e Zd ZdZdZdZdd� Zdd� Zdd� ZdS ) �ServicesConfTestsz-
Tests for L{inetdconf.ServicesConf}
Nc C s� | � � | _t| jd��
}|�d� W d � n1 sw Y | � � | _t| jd��}|�d� W d � d S 1 s<w Y d S )N�wz�
# This is a comment
http 80/tcp www www-http # WorldWideWeb HTTP
http 80/udp www www-http
http 80/sctp
z]
https 443/tcp # http protocol over TLS/SSL
)�mktemp�servicesFilename1�open�write�servicesFilename2)�self�f� r
�D/usr/lib/python3/dist-packages/twisted/runner/test/test_inetdconf.py�setUp s
��
�"�zServicesConfTests.setUpc C s: t �� }| j|_|�� | �|jdddddddd�� dS )z<
Services are parsed from default filename.
�P ))�http�tcp)r �udp)r �sctp)�wwwr )r r )�www-httpr )r r N)r �ServicesConfr �defaultFilename� parseFile�assertEqual�services)r �confr
r
r �test_parseDefaultFilename'