Variables | |
| BASE = dirname(abspath(__file__)) | |
| list | DATA = [join(ROOT, 'atest', 'testdata', 'misc'), join(BASE, 'dir.suite')] |
| OUTPUT = join(BASE, '..', 'testdoc.js') | |
| REAL_OUTPUT = join(BASE, 'testdoc.js') | |
| ROOT = normpath(join(BASE, '..', '..', '..', '..')) | |
| SRC = join(ROOT, 'src') | |
| create_testdoc_data.BASE = dirname(abspath(__file__)) |
Definition at line 7 of file create_testdoc_data.py.
Definition at line 9 of file create_testdoc_data.py.
| create_testdoc_data.OUTPUT = join(BASE, '..', 'testdoc.js') |
Definition at line 12 of file create_testdoc_data.py.
| create_testdoc_data.REAL_OUTPUT = join(BASE, 'testdoc.js') |
Definition at line 13 of file create_testdoc_data.py.
| create_testdoc_data.ROOT = normpath(join(BASE, '..', '..', '..', '..')) |
Definition at line 8 of file create_testdoc_data.py.
| create_testdoc_data.SRC = join(ROOT, 'src') |
Definition at line 10 of file create_testdoc_data.py.