web/test/unittest_views_staticcontrollers.py
changeset 8396 8d58fcf68539
parent 8323 fe60a77ae4a7
child 8694 d901c36bcfce
equal deleted inserted replaced
8394:b8b23af60019 8396:8d58fcf68539
     6 import os
     6 import os
     7 import os.path as osp
     7 import os.path as osp
     8 import glob
     8 import glob
     9 
     9 
    10 from cubicweb.utils import HTMLHead
    10 from cubicweb.utils import HTMLHead
    11 from cubicweb.web import StatusResponse
       
    12 from cubicweb.web.views.staticcontrollers import ConcatFilesHandler
    11 from cubicweb.web.views.staticcontrollers import ConcatFilesHandler
    13 
    12 
    14 class StaticControllerCacheTC(CubicWebTC):
    13 class StaticControllerCacheTC(CubicWebTC):
    15 
    14 
    16     tags = CubicWebTC.tags | Tags('static_controller', 'cache', 'http')
    15     tags = CubicWebTC.tags | Tags('static_controller', 'cache', 'http')