
    hR                     2    d dl mZ d dlmZ  G d de      Zy)    )TestCase)ApplicationErrorc                       e Zd Zd Zd Zy)ApplicationErrorTestCasec                 R    t        dd      }| j                  dt        |             y)zi
        Unicode arguments in ApplicationError will not raise an exception when
        str()'d.
        some.url   ☃N)r   assertInstrselferrors     b/var/www/Befach/backend/env/lib/python3.12/site-packages/autobahn/wamp/test/test_wamp_exception.pytest_unicode_strz)ApplicationErrorTestCase.test_unicode_str"   s"    
 !X6hE
+    c                     t        dd      }t        |j                                | j                  d|j                                y)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*   s8    
 !X6e!!#$h 3 3 56r   N)__name__
__module____qualname__r   r    r   r   r   r       s    ,7r   r   N)unittestr   autobahn.wamp.exceptionr   r   r   r   r   <module>r      s   6  47x 7r   