Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/twisted/runner/test/__pycache__/test_inetdconf.cpython-39.pyc
Ðазад
a k�h� � @ 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 s60 Y | � � | _t| jd��}|�d� W d � n1 sv0 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 ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-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 Zsctp)�wwwr )r r )�www-httpr )r r N)r �ServicesConfr ZdefaultFilename� parseFile�assertEqual�services)r �confr r r �test_parseDefaultFilename'