Exemplo n.º 1
0
from gentestutils import genTestUtils

genTestUtils('../../2dcontext', '../../2dcontext', 'templates.yaml', 'name2dir.yaml', False)
Exemplo n.º 2
0
from gentestutils import genTestUtils

genTestUtils('../element', '../element', 'templates.yaml', 'name2dir.yaml', False)
genTestUtils('../offscreen', '../offscreen', 'templates-offscreen.yaml', 'name2dir-offscreen.yaml', True)
Exemplo n.º 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)
Exemplo n.º 4
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)
Exemplo n.º 5
0
from gentestutils import genTestUtils

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