예제 #1
0
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)