예제 #1
0
def get_test(test_name):
    builds = get_builds_data(test_name)

    return json.dumps(builds)
예제 #2
0
def get_test(test_name):
    builds = get_builds_data(test_name)

    return json.dumps(builds)
예제 #3
0
def get_all_tests():
    return json.dumps(get_builds_data())
예제 #4
0
def get_all_tests():
    return json.dumps(get_builds_data())