Пример #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