ó
®â0_c           @   s:   d  d l  m Z d  d l m Z d e f d „  ƒ  YZ d S(   iÿÿÿÿ(   t   StaticFilesHandler(   t   LiveServerTestCaset   StaticLiveServerTestCasec           B   s   e  Z d  Z e Z RS(   sø   
    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.
    (   t   __name__t
   __module__t   __doc__R    t   static_handler(    (    (    sD   /tmp/pip-unpacked-wheel-BAJOf3/django/contrib/staticfiles/testing.pyR      s   N(   t#   django.contrib.staticfiles.handlersR    t   django.testR   R   (    (    (    sD   /tmp/pip-unpacked-wheel-BAJOf3/django/contrib/staticfiles/testing.pyt   <module>   s   