Exemplo n.º 1
0
 def test_init(self):
     """
     This test checks if the room is empty initially
     """
     room = Room()
     self.assertEqual("* * *\n* * *\n* * *\n", room.__str__(),
                      "Room should be empty but is not")