Functions | |
| def | create_jsdata (outxml, target) |
| def | run_robot (testdata, outxml) |
Variables | |
| BASEDIR = dirname(abspath(__file__)) | |
| LOG = normpath(join(BASEDIR, '..', 'log.html')) | |
| OUTPUT = join(BASEDIR, 'output.xml') | |
| SRC = normpath(join(BASEDIR, '..', '..', '..')) | |
| TARGET = join(BASEDIR, 'data.js') | |
| TESTDATA = join(BASEDIR, 'dir.suite') | |
| def create_jsdata.create_jsdata | ( | outxml, | |
| target | |||
| ) |
Definition at line 27 of file create_jsdata.py.
| def create_jsdata.run_robot | ( | testdata, | |
| outxml | |||
| ) |
Definition at line 23 of file create_jsdata.py.
| create_jsdata.BASEDIR = dirname(abspath(__file__)) |
Definition at line 7 of file create_jsdata.py.
| create_jsdata.LOG = normpath(join(BASEDIR, '..', 'log.html')) |
Definition at line 8 of file create_jsdata.py.
| create_jsdata.OUTPUT = join(BASEDIR, 'output.xml') |
Definition at line 10 of file create_jsdata.py.
| create_jsdata.SRC = normpath(join(BASEDIR, '..', '..', '..')) |
Definition at line 12 of file create_jsdata.py.
| create_jsdata.TARGET = join(BASEDIR, 'data.js') |
Definition at line 11 of file create_jsdata.py.
| create_jsdata.TESTDATA = join(BASEDIR, 'dir.suite') |
Definition at line 9 of file create_jsdata.py.