MCPcopy
hub / github.com/facefusion/facefusion / get_test_output_file

Function get_test_output_file

tests/helper.py:32–33  ·  view source on GitHub ↗
(file_path : str)

Source from the content-addressed store, hash-verified

30
31
32def get_test_output_file(file_path : str) -> str:
33 return os.path.join(get_test_outputs_directory(), file_path)
34
35
36def get_test_outputs_directory() -> str:

Callers 15

test_concat_videoFunction · 0.85
test_restore_audioFunction · 0.85
test_replace_audioFunction · 0.85
test_job_runFunction · 0.85
test_job_run_allFunction · 0.85
test_job_retryFunction · 0.85
test_job_retry_allFunction · 0.85
test_job_submitFunction · 0.85
test_submit_allFunction · 0.85
test_job_add_stepFunction · 0.85
test_job_remixFunction · 0.85
test_job_insert_stepFunction · 0.85

Calls 1

Tested by 15

test_concat_videoFunction · 0.68
test_restore_audioFunction · 0.68
test_replace_audioFunction · 0.68
test_job_runFunction · 0.68
test_job_run_allFunction · 0.68
test_job_retryFunction · 0.68
test_job_retry_allFunction · 0.68
test_job_submitFunction · 0.68
test_submit_allFunction · 0.68
test_job_add_stepFunction · 0.68
test_job_remixFunction · 0.68
test_job_insert_stepFunction · 0.68