Yading/musixmatch-master/tests/subtitle.py
Go to the documentation of this file.
1 from musixmatch import *
2 from tests import base
3 
4 class TestSubtitle(base.TestItem):
5  Class = subtitle.Subtitle
6  item = {
7  "subtitle_id": "292",
8  "subtitle_mbid": "292",
9  }
10  item_str = "{ 'subtitle_id': '292',\n 'subtitle_mbid': '292'}"
11  item_repr = "Subtitle({'subtitle_mbid': '292', 'subtitle_id': '292'})"
12  item_hash = 292