Exemple #1
0
    def test_get_component(self):
        cat = Entity()
        catalive = Alive()
        cat.components.add(catalive)

        self.assertEqual(cat.get_component(Alive), catalive)