from app.models import Playlists, Session def test_get_colour(db_session): x = Playlists.get_all_playlists(db_session) assert False