Ejemplo n.º 1
0
def testRdioLookup():
    """ Testing Rdio Lookup"""
    upc = "884502232769"
    lookup = Lookup(upc=upc)
    response = lookup.rdio()
    print response
    assert response[0]['length'] == 11