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