Пример #1
0
def after_each_scenario(scenario):
    # Delete the environments created in the scenario.
    environment_instance_request.delete_created_instances()
    environment_request.delete_created_environments()

    # Remove testing products in SDC
    terrain_steps.remove_testing_products_in_sdc()
Пример #2
0
def after_each_scenario(scenario):
    # Delete the environments created in the scenario.
    environment_instance_request.delete_created_instances()
    environment_request.delete_created_environments()

    # Remove testing products in SDC
    terrain_steps.remove_testing_products_in_sdc()
Пример #3
0
def after_each_feature(feature):
    """ Remove testing products in SDC """
    terrain_steps.remove_testing_products_in_sdc()
Пример #4
0
def after_each_feature(feature):
    """ Remove testing products in SDC """
    terrain_steps.remove_testing_products_in_sdc()