from model import Playlists, Session def test_get_colour(): with Session() as session: x = Playlists.get_all_playlists(session) assert False