
    h&                         d Z ddlmZ ddlmZ ddlmZ ddlZddlmZ ddlmZ  G d d	ej                        Z
ed
k(  r ej                          yy)zq
Tests for ``gevent.threading`` that DO NOT monkey patch. This
allows easy comparison with the standard module.

    )absolute_import)division)print_functionN)	threading)testingc                       e Zd Zd Zy)TestDummyThreadc                    t        j                         }t        j                         }| j                  t	        |      t	        |             | j                  |j                  d       | j                  |j                  d       y )NzDummy-)r   _DummyThread
gthreadingassertIsNottypeassertStartsWithname)self	std_dummy	gvt_dummys      `/var/www/html/engine/venv/lib/python3.12/site-packages/gevent/tests/test__threading_no_monkey.py	test_namezTestDummyThread.test_name   s`     **,	++-	i$y/:innh7innh7    N)__name__
__module____qualname__r    r   r   r	   r	      s    8r   r	   __main__)__doc__
__future__r   r   r   r   geventr   r   TestCaser	   r   mainr   r   r   <module>r!      sJ   
 '  %  * 
8g&& 
8 zGLLN r   