File: //lib/python3/dist-packages/twisted/test/__pycache__/test_text.cpython-310.pyc
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"