All uris given to lookup should be in the result even if there is no backend to handle the uri, and the lookup result thus is an empty list. As a side effect, future.get() is now called in the order of the URIs in the `uris` list, making it easier to mock out backend.library.lookup() in core layer tests. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_actor.py | ||
| test_events.py | ||
| test_history.py | ||
| test_library.py | ||
| test_listener.py | ||
| test_mixer.py | ||
| test_playback.py | ||
| test_playlists.py | ||
| test_tracklist.py | ||