
    k"g                     2    d dl mZ d dlmZ  G d de      Zy)    )StaticFilesHandler)LiveServerTestCasec                       e Zd ZdZeZy)StaticLiveServerTestCasez
    Extend django.test.LiveServerTestCase to transparently overlay at test
    execution-time the assets provided by the staticfiles app finders. This
    means you don't need to run collectstatic before or as a part of your tests
    setup.
    N)__name__
__module____qualname____doc__r   static_handler     [/var/www/html/djangosite/lib/python3.12/site-packages/django/contrib/staticfiles/testing.pyr   r      s     (Nr   r   N)#django.contrib.staticfiles.handlersr   django.testr   r   r   r   r   <module>r      s    B *(1 (r   