Go to the source code of this file.
Namespaces | |
| create_jsdata | |
Functions | |
| def | create_jsdata.create_jsdata (outxml, target) |
| def | create_jsdata.run_robot (testdata, outxml) |
Variables | |
| create_jsdata.BASEDIR = dirname(abspath(__file__)) | |
| create_jsdata.LOG = normpath(join(BASEDIR, '..', 'log.html')) | |
| create_jsdata.OUTPUT = join(BASEDIR, 'output.xml') | |
| create_jsdata.SRC = normpath(join(BASEDIR, '..', '..', '..')) | |
| create_jsdata.TARGET = join(BASEDIR, 'data.js') | |
| create_jsdata.TESTDATA = join(BASEDIR, 'dir.suite') | |