示例#1
0
def test_Changed_Is_False_If_No_Animations_Run():
    e = Entity()
    Entity.Animate(e)
    assert e.changed == False