Exemplo n.º 1
0
 def testCreateGoblin(self):
     e = Entity(EntityLibrary().getEntity('goblin'), 'The Force')
     self.assertTrue(e.getMaxHP() >= 2 and e.getMaxHP() <= 12)