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