Previous topic

test_helpers

Next topic

test_legacy_login

This Page

test_inventory

class pyogp.lib.base.tests.test_inventory.DummyRegion(global_x=0, global_y=0, seed_capability_url=None, udp_blacklist=None, sim_ip=None, sim_port=None, circuit_code=None, agent=None, settings=None, message_handler=None, handle=None, events_handler=None)

initialize a region

enqueue_message(packet, reliable=False)
class pyogp.lib.base.tests.test_inventory.TestInventory(methodName='runTest')

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
tearDown()
test_create_new_item()
test_display_folder_contents_by_id()
test_display_folder_contents_by_nonexistant_id()
test_search_inventory_for_folders()
test_search_inventory_for_items()