| Server IP : 138.197.176.125 / Your IP : 216.73.217.54 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/lib/python3/dist-packages/twisted/test/__pycache__/ |
Upload File : |
U
W[8 � @ s� d Z ddlmZ ddlmZ ddlmZ dZG dd� dej �Z
G dd � d ej �ZG d
d� dej �ZG dd
� d
ej �Z
G dd� dej �ZdS )z#
Tests for L{twisted.python.text}.
� )�NativeStringIO)�unittest)�texta� Every attempt to employ mathematical methods in the study of chemical
questions must be considered profoundly irrational and contrary to the
spirit of chemistry ... If mathematical analysis should ever hold a
prominent place in chemistry - an aberration which is happily almost
impossible - it would occasion a rapid and widespread degeneration of that
science.
-- Auguste Comte, Philosophie Positive, Paris, 1838
c @ s8 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd
d� ZdS )
� WrapTestsz'
Tests for L{text.greedyWrap}.
c C s$ d| _ t�� | _t�t| j �| _d S )N�H )� lineWidth�
sampleText�split�sampleSplitTextr �wordWrap�output��self� r �8/usr/lib/python3/dist-packages/twisted/test/test_text.py�setUp s
zWrapTests.setUpc C s@ g }| j D ]}|�|�� � q
t|�}t| j�}| �||� dS )z.
Compare the number of words.
N)r �extendr �lenr
�assertEqual)r �words�lineZ wordCountZsampleTextWordCountr r r �test_wordCount$ s
zWrapTests.test_wordCountc C s2 g }| j D ]}|�|�� � q
| �| j|k� dS )z-
Compare the lists of words.
N)r r r �
assertTruer
)r r r r r r �test_wordMatch1 s
zWrapTests.test_wordMatchc C sV g }| j D ] }t|�| jks
|�t|�� q
|rR| �dt|�t| j �| j|f � dS )z0
Check the length of the lines.
z%%d of %d lines were too long.
%d < %sN)r r r �appendZfail)r Zfailuresr r r r �test_lineLength>