Your IP : 18.218.188.227


Current Path : /opt/alt/python37/lib64/python3.7/idlelib/idle_test/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib64/python3.7/idlelib/idle_test/__pycache__/test_format.cpython-37.pyc

B

� f<\�@s@dZddlmZddlZddlmZddlmZddlm	Z	m
Z
ddlmZddl
mZGd	d
�d
ej�ZGdd�dej�ZGd
d�dej�ZGdd�dej�ZGdd�dej�ZGdd�d�ZGdd�d�ZGdd�dej�ZGdd�d�ZGdd�dej�ZGdd�dej�ZGdd �d ej�Zed!k�r<ejd"d"d#�dS)$zTest format, coverage 99%.�)�formatN)�mock)�requires)�Tk�Text)�EditorWindow)�Editorc@s<eZdZdZdZdZdZdZdZdd�Z	d	d
�Z
dd�Zd
S)�Is_Get_TestzTest the is_ and get_ functionsz# This is a commentzThis is not a commentz# This is a comment   z    # This is a commentz    This is not a commentcCs6|�t�d��|�t�d��|�t�|j��dS)N�z	

)Z
assertTrue�ftZis_all_whiteZassertFalse�test_comment)�self�r�B/opt/alt/python37/lib64/python3.7/idlelib/idle_test/test_format.py�test_is_all_whiteszIs_Get_Test.test_is_all_whitecCsR|j}|t�|j�d�|t�|j�d�|t�|j�d�|t�|j�d�dS)Nr
z    )�assertEqualrZ
get_indentr�trailingws_comment�leadingws_comment�leadingws_nocomment)r
�Equalrrr�test_get_indents
zIs_Get_Test.test_get_indentcCsd|j}|t�|j�d�|t�|j�d�|t�|j�d�|t�|j�d�|t�|j�d�dS)N�#z    #z    r
)rrZget_comment_headerrrrr�test_nocomment)r
rrrr�test_get_comment_header sz#Is_Get_Test.test_get_comment_headerN)�__name__�
__module__�__qualname__�__doc__rrrrrrrrrrrrr	sr	c@s4eZdZdZedd��Zdd�Zdd�Zdd	�Zd
S)�FindTestaaTest the find_paragraph function in paragraph module.

    Using the runcase() function, find_paragraph() is called with 'mark' set at
    multiple indexes before and inside the test paragraph.

    It appears that code with the same indentation as a quoted string is grouped
    as part of the same paragraph, which is probably incorrect behavior.
    cCsddlm}|�|_dS)Nr)r)Zidlelib.idle_test.mock_tkr�text)�clsrrrr�
setUpClass5szFindTest.setUpClassc	Cs�|j}|�d|�xftd|�D]X}t|�d|��d�d�}x6d|d|fD]$}d||f}|�t�||�|�qNWqW|�	dd�dS)	Nz1.0�z%d.end�.r�z%d.%d�end)
r�insert�range�int�index�splitrrZfind_paragraph�delete)	r
Z
inserttextZstopline�expectedr�lineZ
linelength�colZ	tempindexrrr�runcase:szFindTest.runcasec
Csd}|�|dddd|dd�f�d}|�|d	d
dd|dd
�f�d}|�|d	d
dd|dd�f�d}|�|dd
dd|dd�f�d}|�|dd
dd|dd�f�d}|�|dd
dd|dd�f�d}|�|dd
dd|dd�f�d}|�|dd
dd|dd�f�dS)Nz;# Comment block with no blank lines before
# Comment line

�z1.0z3.0rr�:zG
# Comment block with whitespace line before and after
# Comment line

�z2.0z4.0r"�FzS
    # Indented comment block with whitespace before and after
    # Comment line

z    #�Rz
# Single line comment

�z4
    # Single line comment with leading whitespace

�3z0
# Comment immediately followed by code
x = 42

�(z=
    # Indented comment immediately followed by code
x = 42

�5z=
# Comment immediately followed by indented code
    x = 42

�1)r/)r
�commentrrr�test_find_commentGs zFindTest.test_find_commentc
Cs�d}|�|dddd|dd�f�d}|�|d	d
dd|dd
�f�d}|�|d	d
dd|dd�f�d}|�|dd
dd|dd�f�d}|�|dd
dd|dd�f�dS)Nz6"""String with no blank lines before
String line
"""

r2z1.0z4.0r
rr8zC
"""String with whitespace line before and after
String line.
"""

�z2.0z5.0r"�BzV
    """Indented string with whitespace before and after
    Comment string.
    """

z    �Uz
"""Single line string."""

r0z3.0�z8
    """Single line string with leading whitespace."""

�7)r/)r
Z
teststringrrr�test_find_paragraph}szFindTest.test_find_paragraphN)	rrrr�classmethodr!r/r;rArrrrr+s

6rc@seZdZdZdd�ZdS)�ReformatFunctionTestz?Test the reformat_paragraph function without the editor window.cCs�|j}tj}d}||dd�d�||dd�d�|||d�d�|||d�d�|||d	�d
�|||d�d
�|||d�d�d
}|||d�d�|||d�d�|||d	�d�|||d�d�|||d�d
�dS)Nz
O hello world� r"zHello    world�zHello  worldz
O
hello
world��z
O hello
world��
z
O hello worldz
O
hello
worldz
O hello
world)rrZreformat_paragraph)r
rZreformZhwrrr�test_reformat_paragraph�s z,ReformatFunctionTest.test_reformat_paragraphN)rrrrrJrrrrrC�srCc@seZdZdZdd�ZdS)�ReformatCommentTestz=Test the reformat_comment function without the editor window.cCsJ|j}d}t�|dd�}d}|||�d}t�|dd�}d}|||�dS)Nzu    """this is a test of a reformat for a triple quoted string will it reformat to less than 70 characters for me?"""r3z    zy    """this is a test of a reformat for a triple quoted string will it
    reformat to less than 70 characters for me?"""zm# this is a test of a reformat for a triple quoted string will it reformat to less than 70 characters for me?rzo# this is a test of a reformat for a triple quoted string will it
# reformat to less than 70 characters for me?)rrZreformat_comment)r
r�test_string�resultr,rrrr�test_reformat_comment�s
z)ReformatCommentTest.test_reformat_commentN)rrrrrNrrrrrK�srKc@seZdZdd�ZdS)�FormatClassTestcCs2t�d�}|�|jd�|��|�|jd�dS)N�editor)r�FormatParagraphrZeditwin�close)r
�instancerrr�test_init_close�s
zFormatClassTest.test_init_closeN)rrrrTrrrrrO�srOc@s,eZdZdd�Zdd�Zdd�Zdd�Zd	S)
�TextWrappercCst|d�|_dS)N)�master)rr)r
rVrrr�__init__�szTextWrapper.__init__cCst|j|�S)N)�getattrr)r
�namerrr�__getattr__�szTextWrapper.__getattr__cCsdS)Nr)r
rrr�undo_block_start��zTextWrapper.undo_block_startcCsdS)Nr)r
rrr�undo_block_stop�r\zTextWrapper.undo_block_stopN)rrrrWrZr[r]rrrrrU�srUc@seZdZdd�ZejZdS)rcCst|�|_dS)N)rUr)r
�rootrrrrW�szEditor.__init__N)rrrrWr�get_selection_indicesrrrrr�src@sTeZdZdZdZdZdZedd��Zedd��Z	d	d
�Z
dd�Zd
d�Zdd�Z
dS)�FormatEventTestz�Test the formatting of text inside a Text widget.

    This is done with FormatParagraph.format.paragraph_event,
    which calls functions in the module as appropriate.
    zv    '''this is a test of a reformat for a triple quoted string will it reformat to less than 70 characters for me?'''
a    '''The first line is under the max width.
    The second line's length is way over the max width. It goes on and on until it is over 100 characters long.
    Same thing with the third line. It is also way over the max width, but FormatParagraph will fix it.
    '''
a,# The first line is under the max width.
# The second line's length is way over the max width. It goes on and on until it is over 100 characters long.
# Same thing with the third line. It is also way over the max width, but FormatParagraph will fix it.
# The fourth line is short like the first line.cCsBtd�t�|_|j��t|jd�}|jj|_t�|�j|_	dS)N�gui)r^)
rrr^�withdrawrrrrQZformat_paragraph_event�	formatter)r rPrrrr!s

zFormatEventTest.setUpClasscCs$|`|`|j��|j��|`dS)N)rrcr^�update_idletasks�destroy)r rrr�
tearDownClasss

zFormatEventTest.tearDownClasscCs@|j�dd�|�d�|�|j�dd�d�|j�dd�dS)Nz1.0zShort line
ZDummyr&r%)rr&rcr�getr+)r
rrr�test_short_line s
zFormatEventTest.test_short_linecCs�|j}|�d|j�|�dd�|jddd�|�dd�}d}|�||�|�dd�|�d|j�|�dd	d
�|jddd�|�dd�}d}|�||�|�dd�dS)Nz1.0r&�ParameterDoesNothingr3)�limitzz    '''this is a test of a reformat for a triple quoted string will it
    reformat to less than 70 characters for me?'''
r%�selz1.11z1.endzv    '''this is a test of a reformat for a triple quoted string will it reformat
 to less than 70 characters for me?''')	rr&rLZmark_setrcrgrr+�tag_add)r
rrMr,rrr�test_long_line&szFormatEventTest.test_long_linecCs\|j}|�d|j�|�ddd�|jddd�|�dd�}d	}|�||�|�dd
�dS)Nz1.0rkz2.0z4.0rir3)rjr&z�    The second line's length is way over the max width. It goes on and
    on until it is over 100 characters long. Same thing with the third
    line. It is also way over the max width, but FormatParagraph will
    fix it.
r%)rr&�multiline_test_stringrlrcrgrr+)r
rrMr,rrr�test_multiple_linesAsz#FormatEventTest.test_multiple_linescCs�|j}|�d|j�|jddd�|�dd�}d}|�||�|�dd�|�d|j�|�dd	d
�|jddd�|�dd�}d}|�||�|�dd�dS)Nz1.0rir3)rjr&a/# The first line is under the max width. The second line's length is
# way over the max width. It goes on and on until it is over 100
# characters long. Same thing with the third line. It is also way over
# the max width, but FormatParagraph will fix it. The fourth line is
# short like the first line.
r%rkz2.0z3.0z�# The first line is under the max width.
# The second line's length is way over the max width. It goes on and
# on until it is over 100 characters long.
)rr&�multiline_test_commentrcrgrr+rl)r
rrMr,rrr�test_comment_blockPsz"FormatEventTest.test_comment_blockN)rrrrrLrnrprBr!rfrhrmrorqrrrrr`�s
r`c@s eZdZdd�ZejZejZdS)�DummyEditwincCs(||_||_d|_d|_d|_d|_dS)Nr2FT)r^r�indentwidthZtabwidth�usetabsZcontext_use_ps1)r
r^rrrrrW}szDummyEditwin.__init__N)rrrrWrZ_make_blanksr_rrrrrr|srrc@s�eZdZedd��Zedd��Zdd�Zdd�Zd	Zd
d�Z	dd
�Z
dd�Zdd�Zdd�Z
dd�Zej�ejd�dd��Zej�ejd�dd��Zej�ed�dd��ZdS)�FormatRegionTestcCs`td�t�|_|j��t|j�|_t��|j_t��|j_	t
|j|j�|_t�
|j�|_dS)Nra)rrr^rbrrr�Mockr[r]rrrPr�FormatRegionrc)r rrrr!�s
zFormatRegionTest.setUpClasscCs(|`|`|`|j��|j��|`dS)N)rrcrPr^rdre)r rrrrf�s

zFormatRegionTest.tearDownClasscCs|j�d|j�dS)Nz1.0)rr&�code_sample)r
rrr�setUp�szFormatRegionTest.setUpcCs|j�dd�dS)Nz1.0r%)rr+)r
rrr�tearDown�szFormatRegionTest.tearDowna# WS line needed for test.
class C1():
    # Class comment.
    def __init__(self, a, b):
        self.a = a
        self.b = b

    def compare(self):
        if a > b:
            return a
        elif a < b:
            return b
        else:
            return None
cCsr|jj}|j}|j}|�ddd�ddddg}||�ddd�|�|f�|�ddd	�||�d
ddddgf�dS)Nrkz7.0z10.0r
z    def compare(self):z        if a > b:�
z1.0r%z15.0z16.0)rc�
get_regionrrrl�join�
tag_remove)r
rgr�eqZexpected_linesrrr�test_get_region�sz FormatRegionTest.test_get_regionc
Cs&|jj}|j}|j}|j}t��|_|j��d}|j��d}|�	ddd�|j�
�\}}}	}
||||	|
�|j��||�dd�|	�||�dd�|	�|�
ddd	�d
}|�d�}|dd
|	|�||�dd�|�||�dd�|�||�dd�|�||�dd�|�|�
ddd	�||_dS)Nr<�	rkz6.0z11.0z	sel.firstzsel.lastz1.0r%zadded line 1



r{z7.0z10.0z7.0-1cz12.0-1c)rc�
set_regionrrZbellrrvrx�
splitlinesrlr|Zassert_called_oncergr~r*)
r
Zset_rrZ	save_bellZline6Zline10�head�tail�chars�linesZ	newstring�newlinesrrr�test_set_region�s.


z FormatRegionTest.test_set_regioncCs>|jj}|j}|j}|�ddd�|�||�dd�d�dS)Nrkz7.0z10.0z2
        def compare(self):
            if a > b:
)rcZindent_region_eventrrrlrg)r
�indentrrrrr�test_indent_region_event�sz)FormatRegionTest.test_indent_region_eventcCs>|jj}|j}|j}|�ddd�|�||�dd�d�dS)Nrkz7.0z10.0z"
def compare(self):
    if a > b:
)rcZdedent_region_eventrrrlrg)r
�dedentrrrrr�test_dedent_region_event�sz)FormatRegionTest.test_dedent_region_eventcCs>|jj}|j}|j}|�ddd�|�||�dd�d�dS)Nrkz7.0z10.0z0##
##    def compare(self):
##        if a > b:
)rc�comment_region_eventrrrlrg)r
r:rrrrr�test_comment_region_event�sz*FormatRegionTest.test_comment_region_eventcCs�|jj}|jj}|j}|j}|�ddd�|�|�||�dd�d�|�ddd�|�ddd�|�||�dd	�d
�|j�dddddg�|�||�dd	�d
�dS)Nrkz7.0z10.0z*
    def compare(self):
        if a > b:
z1.0r%z3.0z4.0z3.endz    # Class comment.r
z# Class comment.z Class comment.)	rcr�Zuncomment_region_eventrrrlrgr~r�)r
r:Z	uncommentrrrrr�test_uncomment_region_eventsz,FormatRegionTest.test_uncomment_region_event�_asktabwidthcCs\|jj}|j}|j}|�ddd�d|_|�|��d|_|�|��||�dd�d�dS)Nrkz7.0z10.0r0z$
	 def compare(self):
		  if a > b:
)	rc�tabify_region_eventrrrl�return_value�assertIsNone�assertIsNotNonerg)r
r�Ztabifyrrrrr�test_tabify_region_eventsz)FormatRegionTest.test_tabify_region_eventcCsl|jj}|j}|j}|�ddd�d|_|�|��d|_|j��d|_|�|��||�	dd�d�dS)Nrkz7.0z10.0r$r0z0
      def compare(self):
            if a > b:
)
rcZuntabify_region_eventrrrlr�r�r�r�rg)r
r�Zuntabifyrrrrr�test_untabify_region_event)s
z+FormatRegionTest.test_untabify_region_event�
askintegercCs |jj}d|_|�|�d�dS)N�
)rcr�r�r)r
r�Zaskrrr�test_ask_tabwidth:sz"FormatRegionTest.test_ask_tabwidthN)rrrrBr!rfryrzrxr�r�r�r�r�r�r�patch�objectrrwr�r�r�rrrrru�s#

	ruc@s8eZdZej�ed�dd��Zej�ed�dd��ZdS)�IndentsTest�askyesnocCsjtdd�}t�|�}d|_|�d�|�|jd�|�|jd�|�d�|�|jd�|�|jd�dS)NT�F)rrr�Indentsr�Ztoggle_tabs_eventrrtrs)r
r�rP�indentsrrr�test_toggle_tabsCs



zIndentsTest.test_toggle_tabsr�cCsxtdd�}t�|�}d|_|�d�|�|jd�d|_|�d�|�|jd�d|_d|_|�d�|�|jd�dS)Nr2r0r<T)rrrr�r�Zchange_indentwidth_eventrrsrt)r
r�rPr�rrr�test_change_indentwidthQs




z#IndentsTest.test_change_indentwidthN)	rrrrr�r�rr�r�rrrrr�Asr�c@s<eZdZedd��Zedd��Zdd�Zdd�Zd	d
�ZdS)�
RstripTestcCsHtd�t�|_|j��t|j�|_t|jd�|_t�	|j�j
|_
dS)Nra)r)rrr^rbrr�
MockEditorrPrZRstrip�	do_rstrip)r rrrr!fs
zRstripTest.setUpClasscCs(|`|`|`|j��|j��|`dS)N)rr�rPr^rdre)r rrrrfos

zRstripTest.tearDownClasscCs|j�dd�dS)Nz1.0zend-1c)rr+)r
rrrrzvszRstripTest.tearDowncCs8d}d}|j�d|�|��|�|j�dd�|�dS)Nz�Line with an ending tab    
Line ending in 5 spaces     
Linewithnospaces
    indented line
    indented line with trailing space 
    
zyLine with an ending tab
Line ending in 5 spaces
Linewithnospaces
    indented line
    indented line with trailing space
z1.0r&)rr&r�rrg)r
Zoriginal�strippedrrr�test_rstrip_linesys
zRstripTest.test_rstrip_linesc
Cs�|j}xLdD]D}|j|d��.|�d|�|��|�|�dd�d�WdQRXqWxXdD]P}|j|d��:|�dd�|�d|�|��|�|�dd�d�WdQRXqZWdS)N)r
r{z


)�codez1.0zend-1cr
)za
za

za


za
)rZsubTestr&r�rrgr+)r
rr�rrr�test_rstrip_end�s
"
zRstripTest.test_rstrip_endN)	rrrrBr!rfrzr�r�rrrrr�ds
	r��__main__r$)�	verbosity�exit)rZidlelibrrZunittestrZtest.supportrZtkinterrrZidlelib.editorrZidlelib.idle_test.mock_idlerr�ZTestCaser	rrCrKrOrUr`rrrur�r�r�mainrrrr�<module>s.w
9#7


?>