7 lines
142 B
Python
7 lines
142 B
Python
from app.models import Playlists, Session
|
|
|
|
|
|
def test_get_colour(db_session):
|
|
x = Playlists.get_all_playlists(db_session)
|
|
assert False
|