cubicweb/web/test/test_jscript.py
changeset 11850 87443f279b0f
parent 11057 0b59724cb3f2
equal deleted inserted replaced
11841:48adf4dd1ce6 11850:87443f279b0f
       
     1 from unittest import SkipTest
       
     2 
     1 from cubicweb.devtools import qunit
     3 from cubicweb.devtools import qunit
     2 
     4 
     3 from os import path as osp
     5 from os import path as osp
     4 
     6 
     5 
     7 
     6 class JScript(qunit.QUnitTestCase):
     8 class JScript(qunit.QUnitTestCase):
     7 
     9 
       
    10     timeout_error = SkipTest
     8     all_js_tests = (
    11     all_js_tests = (
     9         ("/static/jstests/test_utils.js", (
    12         ("/static/jstests/test_utils.js", (
    10             "/data/cubicweb.js",
    13             "/data/cubicweb.js",
    11             "/data/cubicweb.compat.js",
    14             "/data/cubicweb.compat.js",
    12             "/data/cubicweb.python.js",
    15             "/data/cubicweb.python.js",