evennia.contrib.grid.extended_room.tests

Testing of ExtendedRoom contrib

class evennia.contrib.grid.extended_room.tests.ForceUTCDatetime[source]

Bases: datetime.datetime

Force UTC datetime.

classmethod fromtimestamp(timestamp)[source]

Force fromtimestamp to run with naive datetimes.

class evennia.contrib.grid.extended_room.tests.TestExtendedRoom(methodName='runTest')[source]

Bases: evennia.utils.test_resources.BaseEvenniaCommandTest

room_typeclass

alias of evennia.contrib.grid.extended_room.extended_room.ExtendedRoom

DETAIL_DESC = 'A test detail.'
SPRING_DESC = 'A spring description.'
OLD_DESC = 'Old description.'
setUp()[source]

Sets up testing environment

test_return_appearance()[source]
test_return_detail()[source]
test_cmdextendedlook()[source]
test_cmdsetdetail()[source]
test_cmdgametime()[source]