Exemplo n.º 1
0
def get_test(test_name):
    builds = get_builds_data(test_name)

    return json.dumps(builds)
Exemplo n.º 2
0
def get_test(test_name):
    builds = get_builds_data(test_name)

    return json.dumps(builds)
Exemplo n.º 3
0
def get_all_tests():
    return json.dumps(get_builds_data())
Exemplo n.º 4
0
def get_all_tests():
    return json.dumps(get_builds_data())