def test_create_xml(self):
     y = Yamaha()
     xml = y._create_xml(["song song", "no music no life"], "Easygoing")
     print(xml.decode("utf-8"))
示例#2
0
 def test_create_xml(self):
     y = Yamaha()
     xml = y._create_xml(["song song", "no music no life"], "Easygoing")
     print(xml.decode("utf-8"))