Robot Framework
create_testdoc_data.py File Reference

Go to the source code of this file.

Namespaces

 create_testdoc_data
 

Variables

 create_testdoc_data.BASE = dirname(abspath(__file__))
 
list create_testdoc_data.DATA = [join(ROOT, 'atest', 'testdata', 'misc'), join(BASE, 'dir.suite')]
 
 create_testdoc_data.OUTPUT = join(BASE, '..', 'testdoc.js')
 
 create_testdoc_data.REAL_OUTPUT = join(BASE, 'testdoc.js')
 
 create_testdoc_data.ROOT = normpath(join(BASE, '..', '..', '..', '..'))
 
 create_testdoc_data.SRC = join(ROOT, 'src')