Exemplo n.º 1
0
def load():
    init_sources(DIR)
    return map(
        lambda tc: create_test(differ, 'dbdiff', DIR, tc),
        TEST_CASES)
Exemplo n.º 2
0
def load():
    init_sources(DIR)
    return map(
        lambda tc: create_test(activity, 'dbstac', DIR, tc),
        TEST_CASES)
Exemplo n.º 3
0
def load():
    init_sources(DIR)
    return map(lambda tc: create_test(argumentor, 'dbargs', DIR, tc),
               TEST_CASES)
Exemplo n.º 4
0
def load():
    init_sources(DIR)
    return map(lambda tc: create_test(grapher, "dbgraph", DIR, tc), TEST_CASES)
Exemplo n.º 5
0
def load():
    init_sources(DIR)
    return map(
        lambda tc: create_test(exporter, 'dbexport', DIR, tc),
        TEST_CASES)
Exemplo n.º 6
0
def load():
    init_sources(DIR)
    return map(
        lambda tc: create_test(grapher, 'dbgraph', DIR, tc),
        TEST_CASES)
Exemplo n.º 7
0
def load():
    init_sources(DIR)
    return map(
        lambda tc: create_test(differ, 'dbdiff', DIR, tc),
        TEST_CASES)
Exemplo n.º 8
0
def load():
    init_sources(DIR)
    return map(
        lambda tc: create_test(navigator, 'dbmanagr', DIR, tc, ['-T']),
        TEST_CASES)
Exemplo n.º 9
0
def load():
    init_sources(DIR)
    return map(lambda tc: create_test(navigator, 'dbmanagr', DIR, tc, ['-T']),
               TEST_CASES)
Exemplo n.º 10
0
def load():
    init_sources(DIR)
    return map(lambda tc: create_test(activity, 'dbstac', DIR, tc), TEST_CASES)
Exemplo n.º 11
0
def load():
    init_sources(DIR)
    return map(lambda tc: create_test(exporter, 'dbexport', DIR, tc),
               TEST_CASES)
Exemplo n.º 12
0
def load():
    init_sources(DIR)
    return map(
        lambda tc: create_test(argumentor, 'dbargs', DIR, tc),
        TEST_CASES)