Drone: update animation_lib and tests

This commit is contained in:
Arthur Golubtsov
2020-05-29 12:27:31 +03:00
parent 63847de0d9
commit d775ea4e8b
2 changed files with 86 additions and 28 deletions

View File

@@ -92,7 +92,7 @@ def test_animation_3():
def test_animation_no_file():
a.update_frames(config, "zzz.csv")
assert a.id == 'No animation'
assert a.id == None
assert a.original_frames == []
assert a.output_frames == []
assert animation_lib.get_numbers(a.static_begin_frames) == []