コード例 #1
0
ファイル: test_Component.py プロジェクト: elunna/labhack
def test_engine__no_parent():
    c = Component()
    assert c.engine is None
コード例 #2
0
ファイル: test_Component.py プロジェクト: elunna/labhack
def test_init():
    c = Component()
    assert c.parent is None
コード例 #3
0
ファイル: test_Component.py プロジェクト: elunna/labhack
def test_gamemap__no_parent():
    c = Component()
    assert c.gamemap is None