| Server IP : 195.114.193.97 / Your IP : 216.73.217.93 Web Server : LiteSpeed System : Linux host 5.15.0-126-generic #136-Ubuntu SMP Wed Nov 6 10:38:22 UTC 2024 x86_64 User : sembi4241 ( 1126) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/twisted/test/__pycache__/ |
Upload File : |
o
�b� � @ s� d Z ddlmZ ddlmZ ddlmZ dZG dd� dej�Z G dd � d ej�Z
G d
d� dej�ZG dd
� d
ej�ZG dd� dej�Z
dS )z#
Tests for L{twisted.python.text}.
� )�StringIO)�text)�unittesta� 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 ] }|�|�� � qt|�}t| j�}| �||� dS )z.
Compare the number of words.
N)r �extendr �lenr
�assertEqual)r �words�line� wordCount�sampleTextWordCountr r r �test_wordCount"