Store artist images for future use

This commit is contained in:
Hugo 2018-04-15 23:43:39 +03:00
parent 942ced319a
commit d1af8d3ebc
3 changed files with 32 additions and 6 deletions

View file

@ -133,5 +133,5 @@ network = pylast.LastFMNetwork(...)
To enable from pytest:
```sh
pytest -k test_album_search_images --log-cli-level debug
pytest --log-cli-level debug -k test_album_search_images
```