MCPcopy
hub / github.com/coqui-ai/TTS / get_tests_output_path

Function get_tests_output_path

tests/__init__.py:34–38  ·  view source on GitHub ↗

Returns the path to the directory for test outputs.

()

Source from the content-addressed store, hash-verified

32
33
34def get_tests_output_path():
35 """Returns the path to the directory for test outputs."""
36 path = os.path.join(get_tests_path(), "outputs")
37 os.makedirs(path, exist_ok=True)
38 return path
39
40
41def run_cli(command):

Calls 1

get_tests_pathFunction · 0.85

Tested by 15

test_synthesizeFunction · 0.72
test_train_eval_logMethod · 0.72
test_load_checkpointMethod · 0.72
test_GlowTTSMethod · 0.72
test_Tacotron2Method · 0.72
test_TacotronMethod · 0.72
run_modelsFunction · 0.72
test_xttsFunction · 0.72
test_xtts_v2Function · 0.72
test_tortoiseFunction · 0.72
test_barkFunction · 0.72
test_voice_conversionFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…