
    afR                     :    d dl mZ d dlmZ  G d de          ZdS )    )TestCase)ApplicationErrorc                       e Zd Zd Zd ZdS )ApplicationErrorTestCasec                 l    t          dd          }|                     dt          |                     dS )zi
        Unicode arguments in ApplicationError will not raise an exception when
        str()'d.
        some.url   ☃N)r   assertInstrselferrors     X/var/www/html/env/lib/python3.11/site-packages/autobahn/wamp/test/test_wamp_exception.pytest_unicode_strz)ApplicationErrorTestCase.test_unicode_str"   s3    
 !X66hE

+++++    c                     t          dd          }t          |                                           |                     d|                                           dS )z
        Unicode arguments in ApplicationError will not raise an exception when
        the error_message method is called.
        r   r	   N)r   printerror_messager
   r   s     r   test_unicode_errormessagez2ApplicationErrorTestCase.test_unicode_errormessage*   sS    
 !X66e!!##$$$h 3 3 5 566666r   N)__name__
__module____qualname__r   r    r   r   r   r       s2        , , ,7 7 7 7 7r   r   N)unittestr   autobahn.wamp.exceptionr   r   r   r   r   <module>r      s_   6       4 4 4 4 4 47 7 7 7 7x 7 7 7 7 7r   