| Server IP : 167.99.254.82 / Your IP : 216.73.216.76 Web Server : Apache System : Linux host.techisquad.com 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64 User : pawluxera ( 1011) PHP Version : 8.1.34 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"