a
    Ê[ÙfÏ  ã                   @   s,   d dl mZ d dlmZ G dd„ deƒZdS )é    )ÚStaticFilesHandler)ÚLiveServerTestCasec                   @   s   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   Zstatic_handler© r	   r	   útC:\Users\91910\OneDrive\Desktop\vts_admin_rebuild-master\vts\Lib\site-packages\django/contrib/staticfiles/testing.pyr      s   r   N)Z#django.contrib.staticfiles.handlersr   Zdjango.testr   r   r	   r	   r	   r
   Ú<module>   s   