musicmuster/test_model.py
Keith Edmunds db86d04b9a Make alembic.ini safe
All database URLs are commented out. The appropriate one should be
uncommented when needed.
2022-03-02 09:08:27 +00:00

8 lines
159 B
Python

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