Ejemplo n.º 1
0
def validate_file_and_load_manifest(path):
    rt = RunnableTask.from_manifest_json(validate_file(path))
    # if we got here everything is valid
    return path
Ejemplo n.º 2
0
def validate_file_and_load_manifest(path):
    rt = RunnableTask.from_manifest_json(validate_file(path))
    # if we got here everything is valid
    return path
Ejemplo n.º 3
0
def _validate_report(path):
    p = validate_file(path)
    _ = load_report_from_json(path)
    return p
Ejemplo n.º 4
0
def _validate_report(path):
    p = validate_file(path)
    _ = load_report_from_json(path)
    return p