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

Static Public Attributes

 CollectionClass = artist.ArtistsCollection
 
 AllowedContentClass = artist.ArtistsCollection.allowedin()
 
string item_list = 'artist_list'
 
string item_id = 'artist_id'
 
string item = 'artist'
 
dictionary message
 
- Static Public Attributes inherited from tests.base.TestCollection
 Class = base.ItemsCollection
 
 AllowedContent = base.ItemsCollection.allowedin()
 
string item_list = 'item_list'
 
string item_id = 'item_id'
 
string item = 'item'
 
dictionary message
 

Additional Inherited Members

- Public Member Functions inherited from tests.base.TestCollection
def test_insert (self)
 
def test_append (self)
 
def test_extend (self)
 
def test_page (self)
 
def test_pages (self)
 
def test_paged (self)
 
def test_pager (self)
 
def test__add__ (self)
 
def test_insert (self)
 
def test_append (self)
 
def test_extend (self)
 
def test_page (self)
 
def test_pages (self)
 
def test_paged (self)
 
def test_pager (self)
 
def test__add__ (self)
 

Detailed Description

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

Field Documentation

tests.artist.TestArtistsCollection.AllowedContentClass = artist.ArtistsCollection.allowedin()
static

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

tests.artist.TestArtistsCollection.CollectionClass = artist.ArtistsCollection
static

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

string tests.artist.TestArtistsCollection.item_id = 'artist_id'
static
dictionary tests.artist.TestArtistsCollection.message
static
Initial value:
1 = {
2  "body": {
3  "artist_list": [
4  {
5  "artist": {
6  "artist_id": "292",
7  "artist_mbid": "292",
8  }
9  },
10  {
11  "artist": {
12  "artist_id": "8976",
13  "artist_mbid": "8976",
14  }
15  },
16  {
17  "artist": {
18  "artist_id": "9673",
19  "artist_mbid": "9673",
20  }
21  }
22  ]
23  },
24  "header": {
25  "execute_time": 0.14144802093506001,
26  "status_code": 200
27  }
28  }

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

Referenced by tests.base.TestCollection.test__add__(), tests.base.TestCollection.test_append(), tests.base.TestCollection.test_extend(), tests.base.TestCollection.test_insert(), tests.base.TestCollection.test_page(), tests.base.TestCollection.test_paged(), tests.base.TestCollection.test_pager(), and tests.base.TestCollection.test_pages().


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