Exemplo n.º 1
0
def before_scenario(context, scenario):
    if "skip" in scenario.tags:
        scenario.steps = []
        scenario.mark_skipped()
    reset_app(context)
    upload_fixtures(context)
Exemplo n.º 2
0
def step_imp_fixtures(context, number):
    upload_fixtures(context, number)
Exemplo n.º 3
0
def before_scenario(context, scenario):
    if 'skip' in scenario.tags:
        scenario.steps = []
        scenario.mark_skipped()
    reset_app(context)
    upload_fixtures(context)
Exemplo n.º 4
0
def step_imp_fixtures(context, number):
    upload_fixtures(context, number)