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

Function run_cli

tests/__init__.py:41–43  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

39
40
41def run_cli(command):
42 exit_status = os.system(command)
43 assert exit_status == 0, f" [!] command `{command}` failed."
44
45
46def get_test_data_config():

Calls

no outgoing calls

Tested by 13

test_synthesizeFunction · 0.72
run_test_trainFunction · 0.72
test_GlowTTSMethod · 0.72
test_Tacotron2Method · 0.72
test_TacotronMethod · 0.72
test_espeak_phonemesMethod · 0.72
run_modelsFunction · 0.72
test_xttsFunction · 0.72
test_xtts_v2Function · 0.72
test_tortoiseFunction · 0.72
test_barkFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…