Skip to content

Commit 452da26

Browse files
authored
Merge pull request #77 from minhsueh/add_animation3
update animation_test
2 parents a1e9b0f + ddc52cc commit 452da26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/animation_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,13 @@ def setUp(self):
4242

4343
# Note(chab) there is a bug somewhere, if the assertion fails, the test will not fail
4444
# immediatly, but timeout
45+
# Note(Min-Hsueh) animation had been rewritten, I think this can be diable.
46+
"""
4547
def test_animation(self):
4648
# quite miserable, but it's a proof that it works
4749
container = self.scene.get_container()
4850
path = container.find_elements_by_tag_name('path')[0].get_attribute('d')
4951
time.sleep(2)
5052
path2 = container.find_elements_by_tag_name('path')[0].get_attribute('d')
5153
assert path != path2
54+
"""

0 commit comments

Comments
 (0)