def test_create_song(self):
     y = Yamaha()
     mp3_url = y.create_song(["夏の歌", "六本木にともる", "盆踊りと", "恋の歌"], "Romantic")
     self.assertTrue(mp3_url)
     print(mp3_url)
예제 #2
0
 def test_create_song(self):
     y = Yamaha()
     mp3_url = y.create_song(["夏の歌", "六本木にともる", "盆踊りと", "恋の歌"], "Romantic")
     self.assertTrue(mp3_url)
     print(mp3_url)