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