
    1~h                         d dl mZ d dlZddZy)    )annotationsNc                F    ddl m} t        | dd      }|yt        ||      S )z:Returns whether the request or item is a Django test case.r   )SimpleTestCaseclsNF)django.testr   getattr
issubclass)request_or_itemr   r   s      d/var/www/peopleoo.sandbox-dev.co.uk/venv/lib/python3.12/site-packages/pytest_django/django_compat.pyis_django_unittestr      s(    *
/5$
/C
{c>**    )r
   z#pytest.FixtureRequest | pytest.Itemreturnbool)
__future__r   pytestr    r   r   <module>r      s    # 	+r   