Mercurial > hg > pmhd
view musixmatch-master/tests/subtitle.py @ 13:844d341cf643 tip
Back up before ISMIR
author | Yading Song <yading.song@eecs.qmul.ac.uk> |
---|---|
date | Thu, 31 Oct 2013 13:17:06 +0000 |
parents | 8c29444cb5fd |
children |
line wrap: on
line source
from musixmatch import * from tests import base class TestSubtitle(base.TestItem): Class = subtitle.Subtitle item = { "subtitle_id": "292", "subtitle_mbid": "292", } item_str = "{ 'subtitle_id': '292',\n 'subtitle_mbid': '292'}" item_repr = "Subtitle({'subtitle_mbid': '292', 'subtitle_id': '292'})" item_hash = 292