1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-11-10 04:02:17 +00:00
supysonic/tests/api
Carl Hall 08a83a8492 Create and use PodcastStatus enum
Add missing foreign keys
Require url for podcast channel be unique
Add basic url validation
Use soft delete for channels and episodes to match Subsonic impl
2020-08-14 17:40:19 -07:00
..
__init__.py Implement podcast: create+delete+get channel(s); delete episode 2020-07-05 15:05:34 -07:00
apitestbase.py Dropping Python 2 support 2019-12-23 16:23:57 +01:00
test_album_songs.py Fix tests and some small bugs 2019-10-01 16:55:23 +02:00
test_annotation.py Fix tests and some small bugs 2019-10-01 16:55:23 +02:00
test_api_setup.py Runnig black on everything 2019-06-29 17:25:44 +02:00
test_browse.py Fix tests and some small bugs 2019-10-01 16:55:23 +02:00
test_chat.py Runnig black on everything 2019-06-29 17:25:44 +02:00
test_lyrics.py Forgot feeding data for the lyrics test 2019-07-13 16:55:21 +02:00
test_media.py Fix tests and some small bugs 2019-10-01 16:55:23 +02:00
test_playlist.py Runnig black on everything 2019-06-29 17:25:44 +02:00
test_podcast.py Create and use PodcastStatus enum 2020-08-14 17:40:19 -07:00
test_radio.py Create features and tests for internet radio stations of Subsonic API 2020-06-14 22:22:53 -07:00
test_response_helper.py Dropping Python 2 support 2019-12-23 16:23:57 +01:00
test_search.py Runnig black on everything 2019-06-29 17:25:44 +02:00
test_system.py Runnig black on everything 2019-06-29 17:25:44 +02:00
test_transcoding.py Runnig black on everything 2019-06-29 17:25:44 +02:00
test_user.py Runnig black on everything 2019-06-29 17:25:44 +02:00