示例#1
0
def test_engine__no_parent():
    c = Component()
    assert c.engine is None
示例#2
0
def test_init():
    c = Component()
    assert c.parent is None
示例#3
0
def test_gamemap__no_parent():
    c = Component()
    assert c.gamemap is None