예제 #1
0
def before_scenario(context: Context, scenario):
    for tag in IGNORE_TAGS:
        if tag in scenario.effective_tags:
            scenario.skip("tagged with @" + tag)
            return
    environment_base.before_scenario(context, scenario)
    context.session_options = TypeDBOptions.core().set_infer(True)
    context.transaction_options = TypeDBOptions.core().set_infer(True)
예제 #2
0
def before_scenario(context: Context, scenario):
    environment_base.before_scenario(context, scenario)
예제 #3
0
def before_scenario(context: Context, scenario):
    for tag in IGNORE_TAGS:
        if tag in scenario.effective_tags:
            scenario.skip("tagged with @" + tag)
            return
    environment_base.before_scenario(context, scenario)