()
| 38 | |
| 39 | |
| 40 | def 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 | |
| 47 | def get_lyrics(lid): |
nothing calls this directly
no outgoing calls
no test coverage detected