Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
32
def
get_test_output_file(file_path : str) -> str:
33
return
os.path.join(get_test_outputs_directory(), file_path)
34
35
36
def
get_test_outputs_directory() -> str:
Callers
15
test_concat_video
Function · 0.85
test_restore_audio
Function · 0.85
test_replace_audio
Function · 0.85
test_job_run
Function · 0.85
test_job_run_all
Function · 0.85
test_job_retry
Function · 0.85
test_job_retry_all
Function · 0.85
test_job_submit
Function · 0.85
test_submit_all
Function · 0.85
test_job_add_step
Function · 0.85
test_job_remix
Function · 0.85
test_job_insert_step
Function · 0.85
Calls
1
get_test_outputs_directory
Function · 0.85
Tested by
15
test_concat_video
Function · 0.68
test_restore_audio
Function · 0.68
test_replace_audio
Function · 0.68
test_job_run
Function · 0.68
test_job_run_all
Function · 0.68
test_job_retry
Function · 0.68
test_job_retry_all
Function · 0.68
test_job_submit
Function · 0.68
test_submit_all
Function · 0.68
test_job_add_step
Function · 0.68
test_job_remix
Function · 0.68
test_job_insert_step
Function · 0.68