
    i&                         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                     dS dS )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dS )TestDummyThreadc                    t          j                    }t          j                    }|                     t	          |          t	          |                     |                     |j        d           |                     |j        d           d S )NzDummy-)r   _DummyThread
gthreadingassertIsNottypeassertStartsWithname)self	std_dummy	gvt_dummys      Q/usr/local/lib/python3.11/dist-packages/gevent/tests/test__threading_no_monkey.py	test_namezTestDummyThread.test_name   sx     *,,	+--	i$y//:::inh777inh77777    N)__name__
__module____qualname__r    r   r   r	   r	      s#        8 8 8 8 8r   r	   __main__)__doc__
__future__r   r   r   r   geventr   r   TestCaser	   r   mainr   r   r   <module>r!      s    
 ' & & & & &       % % % % % %     * * * * * *      
8 
8 
8 
8 
8g& 
8 
8 
8 zGLNNNNN r   