from gentestutils import genTestUtils genTestUtils('../../2dcontext', '../../2dcontext', 'templates.yaml', 'name2dir.yaml', False)
from gentestutils import genTestUtils genTestUtils('../element', '../element', 'templates.yaml', 'name2dir.yaml', False) genTestUtils('../offscreen', '../offscreen', 'templates-offscreen.yaml', 'name2dir-offscreen.yaml', True)
import sys sys.path.insert(0, '../../2dcontext/tools/') import gentestutils from gentestutils import genTestUtils genTestUtils('../../offscreen-canvas', '../../offscreen-canvas', 'templates.yaml', 'name2dir.yaml', True)