MCPcopy
hub / github.com/hasura/graphql-engine / get_conf_f

Function get_conf_f

server/tests-py/validate.py:484–486  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

482
483# Parse test case YAML file
484def get_conf_f(f):
485 with open(f, 'r+') as c:
486 return yaml.YAML().load(c)
487
488def check_query_f(hge_ctx, f, transport='http', add_auth=True, gqlws = False):
489 hge_ctx.may_skip_test_teardown = False

Callers 4

with_admin_secretMethod · 0.90
check_query_admin_secretFunction · 0.90
check_query_secretFunction · 0.90

Calls 2

YAMLMethod · 0.80
openFunction · 0.50

Tested by 4

with_admin_secretMethod · 0.72
check_query_admin_secretFunction · 0.72
check_query_secretFunction · 0.72