evennia.contrib.game_systems.storage.tests

class evennia.contrib.game_systems.storage.tests.TestStorage(methodName='runTest')[source]

Bases: evennia.utils.test_resources.BaseEvenniaCommandTest

setUp()[source]

Sets up testing environment

test_store_and_retrieve()[source]
test_store_retrieve_while_not_in_storeroom()[source]
test_store_retrieve_nonexistent_obj()[source]
test_list_nothing_stored()[source]
test_shared_storage()[source]
test_remove_add_storage()[source]