Example #1
0
def store_final_resources():
    """Store the final existing resources grouped by resource_type

    """
    world.count_resources('final')
Example #2
0
def store_init_resources():
    """Store the initial existing resources grouped by resource_type

    """
    world.count_resources('init')
Example #3
0
def store_init_resources():
    """Store the initial existing resources grouped by resource_type

    """
    world.count_resources('init')
Example #4
0
def store_final_resources():
    """Store the final existing resources grouped by resource_type

    """
    world.count_resources('final')
Example #5
0
def i_want_api_dev_mode(step):
    world.api = world.api_dev_mode
    # Update counters of resources for DEV mode
    world.count_resources('init')