
    	i                     :    d dl mZ d dlmZ  G d de          ZdS )    )StaticFilesHandler)LiveServerTestCasec                       e Zd ZdZeZdS )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     Z/srv/django_bis/venv311/lib/python3.11/site-packages/django/contrib/staticfiles/testing.pyr   r      s          (NNNr   r   N)#django.contrib.staticfiles.handlersr   django.testr   r   r   r   r   <module>r      s^    B B B B B B * * * * * *( ( ( ( (1 ( ( ( ( (r   