예제 #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