Files
basilisk55/testing/web-platform/tests/offscreen-canvas/tools/gentest.py
T

7 lines
221 B
Python

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