o
    oi&                     @   sr   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	 d	ej	Z
ed
kr7e  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                   @   s   e Zd Zdd ZdS )TestDummyThreadc                 C   sD   t  }t }| t|t| | |jd | |jd d S )NzDummy-)r   _DummyThread
gthreadingassertIsNottypeassertStartsWithname)self	std_dummy	gvt_dummy r   e/var/www/html/pca-backend/venv/lib/python3.10/site-packages/gevent/tests/test__threading_no_monkey.py	test_name   s
   zTestDummyThread.test_nameN)__name__
__module____qualname__r   r   r   r   r   r      s    r   __main__)__doc__
__future__r   r   r   r   geventr	   r   TestCaser   r   mainr   r   r   r   <module>   s   