MCPcopy Create free account
hub / github.com/SunoAI-API/Suno-API / test_generate_lyrics

Function test_generate_lyrics

test.py:40–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39
40def test_generate_lyrics():
41 data = {"prompt": ""}
42
43 r = requests.post("http://127.0.0.1:8000/generate/lyrics/", data=json.dumps(data))
44 print(r.text)
45
46
47def get_lyrics(lid):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected