tests.artist.TestArtist Class Reference
Inheritance diagram for tests.artist.TestArtist:
Inheritance graph
Collaboration diagram for tests.artist.TestArtist:
Collaboration graph

Static Public Attributes

 Class = artist.Artist
 
dictionary item
 
string item_str = "{ 'artist_id': '292',\n 'artist_mbid': '292'}"
 
string item_repr = "Artist({'artist_mbid': '292', 'artist_id': '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/artist.py.

Field Documentation

int tests.artist.TestArtist.item_hash = 292
static

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

Referenced by tests.base.TestItem.test__hash__().

string tests.artist.TestArtist.item_repr = "Artist({'artist_mbid': '292', 'artist_id': '292'})"
static

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

Referenced by tests.base.TestItem.test__repr__().

string tests.artist.TestArtist.item_str = "{ 'artist_id': '292',\n 'artist_mbid': '292'}"
static

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

Referenced by tests.base.TestItem.test__str__().


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