mirror of
https://github.com/facefusion/facefusion.git
synced 2026-07-10 04:18:44 +02:00
changes
This commit is contained in:
@@ -29,4 +29,4 @@ def test_get_temp_directory_path() -> None:
|
||||
|
||||
|
||||
def test_get_temp_frames_pattern() -> None:
|
||||
assert get_temp_frames_pattern(state_manager.get_item('temp_path'), get_test_example_file('target-240p.mp4'), '%04d', state_manager.get_item('temp_frame_format')) == os.path.join(state_manager.get_item('temp_path'), 'facefusion', 'target-240p', '%04d.png')
|
||||
assert get_temp_frames_pattern(state_manager.get_item('temp_path'), get_test_example_file('target-240p.mp4'), state_manager.get_item('temp_frame_format'), '%04d') == os.path.join(state_manager.get_item('temp_path'), 'facefusion', 'target-240p', '%04d.png')
|
||||
|
||||
Reference in New Issue
Block a user