tests.lyrics.TestLyrics Class Reference
Inheritance diagram for tests.lyrics.TestLyrics:
Inheritance graph
Collaboration diagram for tests.lyrics.TestLyrics:
Collaboration graph

Static Public Attributes

 Class = lyrics.Lyrics
 
dictionary item
 
string item_str = "{ 'lyrics_id': '292',\n 'lyrics_mbid': '292'}"
 
string item_repr = "Lyrics({'lyrics_id': '292', 'lyrics_mbid': '292'})"
 
int item_hash = 292
 
- Static Public Attributes inherited from tests.base.TestItem
 Class = base.Item
 
dictionary item = { "item_id": "9673" }
 
string item_str = "{ 'item_id': '9673'}"
 
string item_repr = "Item({'item_id': '9673'})"
 
int item_hash = 9673
 
string item_id = 'item_id'
 
- Static Public Attributes inherited from tests.base.TestBase
 Class = base.Base
 

Additional Inherited Members

- Public Member Functions inherited from tests.base.TestItem
def test_fromDictionary (self)
 
def test__str__ (self)
 
def test__repr__ (self)
 
def test__hash__ (self)
 
def test_fromDictionary (self)
 
def test__str__ (self)
 
def test__repr__ (self)
 
def test__hash__ (self)
 
- Public Member Functions inherited from tests.base.TestBase
def test_label (self)
 
def test_label (self)
 

Detailed Description

Definition at line 4 of file musixmatch-master/tests/lyrics.py.

Field Documentation

tests.lyrics.TestLyrics.Class = lyrics.Lyrics
static

Definition at line 5 of file musixmatch-master/tests/lyrics.py.

dictionary tests.lyrics.TestLyrics.item
static
Initial value:
1 = {
2  "lyrics_id": "292",
3  "lyrics_mbid": "292",
4  }

Definition at line 6 of file musixmatch-master/tests/lyrics.py.

int tests.lyrics.TestLyrics.item_hash = 292
static

Definition at line 12 of file musixmatch-master/tests/lyrics.py.

string tests.lyrics.TestLyrics.item_repr = "Lyrics({'lyrics_id': '292', 'lyrics_mbid': '292'})"
static

Definition at line 11 of file musixmatch-master/tests/lyrics.py.

string tests.lyrics.TestLyrics.item_str = "{ 'lyrics_id': '292',\n 'lyrics_mbid': '292'}"
static

Definition at line 10 of file musixmatch-master/tests/lyrics.py.


The documentation for this class was generated from the following file: