from gentestutils import genTestUtils

genTestUtils('../../2dcontext', '../../2dcontext', 'templates.yaml', 'name2dir.yaml', False)
示例#2
0
from gentestutils import genTestUtils

genTestUtils('../element', '../element', 'templates.yaml', 'name2dir.yaml', False)
genTestUtils('../offscreen', '../offscreen', 'templates-offscreen.yaml', 'name2dir-offscreen.yaml', True)
示例#3
0
import sys

sys.path.insert(0, '../../2dcontext/tools/')
import gentestutils
from gentestutils import genTestUtils

genTestUtils('../../offscreen-canvas', '../../offscreen-canvas',
             'templates.yaml', 'name2dir.yaml', True)
示例#4
0
文件: gentest.py 项目: Coder206/servo
import sys
sys.path.insert(0, '../../2dcontext/tools/')
import gentestutils
from gentestutils import genTestUtils

genTestUtils('../../offscreen-canvas', '../../offscreen-canvas', 'templates.yaml', 'name2dir.yaml', True)
示例#5
0
from gentestutils import genTestUtils

genTestUtils('../../2dcontext', '../../2dcontext', 'templates.yaml',
             'name2dir.yaml', False)