Beispiel #1
0
def generateIndex():
    index = Documentation('index')
    test_suite = buildTestSuite()
    index.addTestSuite(test_suite)
    print(
        index.generate(
            template_path=os.path.join(basedir, "templates")).encode('utf-8'))
Beispiel #2
0
def generateIndex():
    index = Documentation('index')
    test_suite = buildTestSuite()
    index.addTestSuite(test_suite)
    print index.generate(template_path=os.path.join(basedir, "templates")).encode('utf-8')