Exemple #1
0
def other_room():
    """Create another Room instance for all tests to share."""
    _room = Room({"x": 1, "y": 0, "z": 0}, savable=False)
    _room.name = "Another Room"
    return _room
Exemple #2
0
def other_room():
    """Create another Room instance for all tests to share."""
    _room = Room({"x": 1, "y": 0, "z": 0}, savable=False)
    _room.name = "Another Room"
    return _room