Exemplo n.º 1
0
def test_engine__no_parent():
    c = Component()
    assert c.engine is None
Exemplo n.º 2
0
def test_init():
    c = Component()
    assert c.parent is None
Exemplo n.º 3
0
def test_gamemap__no_parent():
    c = Component()
    assert c.gamemap is None