emmental/tests/db
Anna Schumaker 1b38c4d6ec db: Add an Album Table
This table allows us to work with Album playlists that have a name,
album artist, release date, (optional) mbid, and (optional) cover.
Note that we can insert multiple albums with the same name as long as
their mbid, artist, or release date is different.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2023-04-12 10:44:34 -04:00
..
test_albums.py db: Add an Album Table 2023-04-12 10:44:34 -04:00
test_artists.py db: Add an Artist Table 2023-04-12 10:44:34 -04:00
test_connection.py db: Add a Playlists Table 2023-04-12 10:44:34 -04:00
test_db.py db: Add an Album Table 2023-04-12 10:44:34 -04:00
test_idle.py db: Add an idle Queue 2023-04-12 10:42:14 -04:00
test_playlist.py db: Add a base class for Playlist Tables 2023-04-12 10:44:34 -04:00
test_playlists.py db: Add a Playlists Table 2023-04-12 10:44:34 -04:00
test_settings.py db: Give Tables an idle Queue 2023-04-12 10:44:27 -04:00
test_table.py db: Give Tables an idle Queue 2023-04-12 10:44:27 -04:00