î
ªÍ XÐ  ã               @   s:   d  d l  m Z d  d l m Z Gd d „  d e ƒ Z d S)é    )ÚStaticFilesHandler)ÚLiveServerTestCasec               @   s   e  Z d  Z d Z e Z d S)ÚStaticLiveServerTestCasezø
    Extends 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	   úP/home/ubuntu/projects/ifolica/build/django/django/contrib/staticfiles/testing.pyr      s   r   N)Z#django.contrib.staticfiles.handlersr   Zdjango.testr   r   r	   r	   r	   r
   Ú<module>   s   