
    8 f                    "    d dl mZ d dlZddZdS )	    )annotationsNrequest_or_item#pytest.FixtureRequest | pytest.Itemreturnboolc                X    ddl m} t          | dd          }|dS t          ||          S )z:Returns whether the request or item is a Django test case.r   )SimpleTestCaseclsNF)django.testr	   getattr
issubclass)r   r	   r
   s      Q/var/www/equiseq/venv/lib/python3.11/site-packages/pytest_django/django_compat.pyis_django_unittestr      s?    ******
/5$
/
/C
{uc>***    )r   r   r   r   )
__future__r   pytestr    r   r   <module>r      s@    # " " " " " 	+ 	+ 	+ 	+ 	+ 	+r   