devtools/test/unittest_qunit.py
changeset 10940 343a43503018
parent 10935 049209b9e9d6
equal deleted inserted replaced
10939:b30c2f49da57 10940:343a43503018
     1 from os import path as osp
       
     2 
       
     3 from cubicweb.devtools import qunit
     1 from cubicweb.devtools import qunit
     4 
     2 
     5 
     3 
     6 def js(name):
     4 def js(name):
     7     return '/static/js_examples/' + name
     5     return '/static/js_examples/' + name