§
    Y¦·fR  ã                   ó>   — d Z ddlmZ ddlmZ  G d„ de¦  «        ZdS )z%
Tests for L{twisted.internet.error}
é    )Úerror)ÚSynchronousTestCasec                   ó"   — e Zd ZdZdd„Zdd„ZdS )ÚConnectionAbortedTestszN
    Tests for the L{twisted.internet.error.ConnectionAborted} exception.
    ÚreturnNc                 ón   — |                       dt          t          j        ¦   «         ¦  «        ¦  «         dS )z†
        The default message of L{ConnectionAborted} is a sentence which points
        to L{ITCPTransport.abortConnection()}
        zCConnection was aborted locally using ITCPTransport.abortConnection.N©ÚassertEqualÚstrr   ÚConnectionAborted©Úselfs    úR/var/www/html/env/lib/python3.11/site-packages/twisted/internet/test/test_error.pyÚtest_strzConnectionAbortedTests.test_str   s=   € ð
 	×ÒØUÝ•Ô'Ñ)Ô)Ñ*Ô*ñ	
ô 	
ð 	
ð 	
ð 	
ó    c           	      ór   — |                       dt          t          j        dd¦  «        ¦  «        ¦  «         dS )zc
        Any arguments passed to L{ConnectionAborted} are included in its
        message.
        zLConnection was aborted locally using ITCPTransport.abortConnection: foo bar.ÚfooÚbarNr	   r   s    r   Útest_strArgsz#ConnectionAbortedTests.test_strArgs   sE   € ð
 	×Òðõ •Ô'¨¨uÑ5Ô5Ñ6Ô6ñ	
ô 	
ð 	
ð 	
ð 	
r   )r   N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   © r   r   r   r      sF   € € € € € ðð ð
ð 
ð 
ð 
ð
ð 
ð 
ð 
ð 
ð 
r   r   N)r   Útwisted.internetr   Útwisted.trial.unittestr   r   r   r   r   ú<module>r      sj   ððð ð
 #Ð "Ð "Ð "Ð "Ð "Ø 6Ð 6Ð 6Ð 6Ð 6Ð 6ð
ð 
ð 
ð 
ð 
Ð0ñ 
ô 
ð 
ð 
ð 
r   